问题
In android we use system permission but how can I create a new permission in an application, to be used by other applications.
回答1:
You can use the <permission>
tag for that. This page clearly explains how you can do it.
来源:https://stackoverflow.com/questions/11771285/how-to-declare-user-defined-permissions-in-android