Can we change the text of a permission in android

青春壹個敷衍的年華 提交于 2019-12-11 21:24:39

问题


I know this sounds silly and also not a technical question, but, I think, its important to know and SO is the best place. I have searched abit before posting here.

Can we change the text of the permission?

Let's say I am using a permission, "GET_ACCOUNTS". This will display, "Your Accounts" and "Discover known accounts", to the user when he installs the application. Let's say I want to inform the user, that this permission is only being used for "push notifications" and hence i want to change this to, "Used for Push Notifications" instead of "Discover known accounts". Can i do this?

I know if this is permitted, developer can write what ever they want, but, in a good sense, this will clear up the doubts that most users have while installing the application.

Thanks for your help..


回答1:


I don't think so. However I noticed many cases where developers put in the description of their app on Google Play (somewhere at the bottom), the permissions the app require along with an explanation.

Of course there's no guarantee that all users read the app description, but, it's still a way to tell the users why do you really need those permissions.



来源:https://stackoverflow.com/questions/18491344/can-we-change-the-text-of-a-permission-in-android

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