How to use all the uses-permission in one single step? Anyone knows this? Thanks in Advance.
In AndroidManifest.xml, Select the "Permissions" tab along the bottom of the editor (Manifest - Application - Permissions - Instrumentation - AndroidManifest.xml), then "Add..." a "Uses Permission" and select the desired permission from the dropdown on the right, or just copy paste in the necessary one (such as the "android.permission.INTERNET" permission you required).
For More information, Follow this link: http://developer.android.com/reference/android/Manifest.permission.html