I need to use the following permission in my App:
android.permission.MODIFY_PHONE_STATE
But it shows an error in Manifest saying that the permission is only granted to system apps.
I need to intercept the connection in order to disconnect it and send an sms to the number.
I need to make it system app, but how?