开发者

get Android permission dynamically

I'm wondering if it's possible to get Android permission dynamically without using AndroidManifest just with some codes, because I've some OSGi bundles running on Android and without Android permission they are restricted in functionality.


Thanks for your answers, yes it c开发者_运维问答omplicates the user experience and it's also dangerous for the user if that mechanism is provided


No this is not possible.

You can't alter the contents of an already installed APK. It would be very dangerous to allow such a behavior anyway as the whole permissions system is meant to allow the user to first read what permissions an Application requires so he can judge if it is ok or not.


No, sorry, you must request all permissions via the AndroidManifest.xml file.


Yes, i found this line in http://developer.android.com/guide/topics/security/security.html:

Android has no mechanism for granting permissions dynamically (at run-time) because it complicates the user experience to the detriment of security.


Guys now from Android 6.0 Marshmellow onward, you can ask users at runtime to allow permissions dynamically, I found of it, have a look at this link. I hope it will help you getting idea.

get Android permission dynamically

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜