Dual Sim Android

前端 未结 4 1878
春和景丽
春和景丽 2021-02-20 09:58

Is there a way that I can access the other sim in my android? I have an android Cherry Mobile Orbit which is a dual sim android phone. I want to develop an SMS application for m

4条回答
  •  无人共我
    2021-02-20 10:44

    I think you can use dex2jar or apktool to reverse those app which runs on dual sim card devices, once you found the related "service manager", "telephony manager",some interface stub, or some key words like "Gemini" you can then use Java Reflection, reflects all of method of this class. Then you can achieve this goal.

提交回复
热议问题