how to declare user defined permissions in android

2019-08-22 17:17发布

问题:

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.