android dumpsys permission denial

前端 未结 5 1654
有刺的猬
有刺的猬 2020-12-10 08:57

I have an application where I create a process and call the dumpsys telephony.registry command to get information about the mobile network status.



        
5条回答
  •  抹茶落季
    2020-12-10 09:06

    The android dev team decided to stop granting these permissions to third-party apps. Only system apps can now get them.

    more details:https://code.google.com/p/acra/issues/detail?id=100

提交回复
热议问题