Android : Android custom permission system

on Saturday, October 25, 2014


I'm trying to add a new permission in the android permission system. What I've found out till now is that the android manifest is in this directory : https://android.googlesource.com/platform/frameworks/base/+/master/packages/SystemUI/AndroidManifest.xml but the sms permissions are not included.


My question is if it feasible to create a new permission by merging the read and write permissions of sms or by modifying the code of the read permission of SMS. If it is feasible how it's done,where the code of the permissions resides and in which file those permissions are.


I have no experience with modifying roms,any help will be greatly appreciated.


0 comments:

Post a Comment