android:label parameter is displayed just under your icon on the home screen, but I can't see where the android:description label is displayed on the phone (Home screen, Applications Settings menu,... ?).
I didn't find the answer in the Android official documentation.
Any idea?
The file is located at WorkspaceName>/temp/<AppName>/build/luaandroid/dist. The manifest file provides essential information about your app to the Android operating system, and Google Play store. The Android manifest file helps to declare the permissions that an app must have to access data from other apps.
The manifest file describes essential information about your app to the Android build tools, the Android operating system, and Google Play.
android:label is your application name which appears in launcher. Additionally, most launchers will look for Activity labels, if one isn't found for the application. In System Settings, though, it will show as your package name.
The root element of the AndroidManifest. xml file. It must contain an <application> element and specify xmlns:android and package attributes. Defines the Android namespace.
Although it's not displayed anywhere I have seen by the Android OS, The application description can be obtained programmatically by using the following function
CharSequence android.content.pm.ApplicationInfo.loadDescription(PackageManager pm)
There are some 3rd party applications available in the Market that make this call, and display information about other individual applications.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With