how to declare user defined permissions in android

帅比萌擦擦* 提交于 2019-12-13 06:19:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!