<uses-permission android:name="android.permission.DEVICE_POWER" />
I am trying to use this permission but getting an error like this:
permission is only granted to system apps.
Any solution, or else how to make my app system app?
<uses-permission android:name="android.permission.DEVICE_POWER" />
I am trying to use this permission but getting an error like this:
permission is only granted to system apps.
Any solution, or else how to make my app system app?