I developed an app which needs to get the android.permission.UPDATE_DEVICE_STATS
permission. However, when I add this permission to my app's AndroidMainfest.xml file, I get this error:
"Permission is only granted to system apps"
What can I do to change my app to system app? Are there any other ways to solve this problem?