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