0
People need to use in my App the following permission:
android.permission.MODIFY_PHONE_STATE
But it shows an error in Manifest saying that permission is only granted to system apps.
I need to intercept the call, so I can turn it off and text the number.
I need to make it system app, but how?
I edited the question -- I need to intercept the call.
– felipearon
You can not make your system application only with hack and if your application has scope to be published will not work because each client would have to hack the android itself to work! As for what you need.. has how to do and does not need this permission! When you get home put an example for you!
– Trxplz0
Oh cool Trxplz0 would be grateful! :)
– felipearon