Like this article? We recommend
Android Manifest File
Android Manifest File
Set the following attribute values for the project’s manifest tag:
- android:versionCode: 1
- android:versionName: 1.0
- android:installLocation: Auto
Now, set the app’s permissions:
- uses-permission: android.permission.INTERNET
Now, set the properties for the application tag:
- android:icon: Leave as default.
- android:label: “Simple Voice Command"; no need to use a string resource.
- android:description: A simple application to demonstrate how to open any application installed on the Android phone.
- android:theme: Leave as default.