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
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.