An Android application that will be used to access the protected features required permissions. It is very necessary to create applications that use intent. Was added to the file permissions AndroidManifest.xml.
As an example of an application that will be used to receive the SMS then need to add tags
package="com.android.app.myapp" >
<uses-permission android:name="android.permission.RECEIVE_SMS" />
</manifest>
• Select the folder in accordance AndroidManifest.xml Figure 1.
• Then select the Permissions and then click Add to add the Uses Permissions can be seen in Figure 2.
• After that, enter the name of the uses permissions. In the picture below will be added to the uses permissions to receive SMS.
In this way it is on file AndroidManifest.xml will happen automatically generate the desired permissions.
0 comment:
Post a Comment