How to grant MODIFY_PHONE_STATE permission for apps ran on Gingerbread

The problem you’re having was introduced in Android 2.3 (Gingerbread). Any code you have that requires MODIFY_PHONE_STATE will work all the way up to (and including) Android 2.2, but will break for Android 2.3+. A change was checked in by David Brown that limits the use of the MODIFY_PHONE_STATE permission to system apps. System apps … Read more