Manifest Top-Level Entries
This part of the online text companion describes the <manifest> entry as used inside file AndroidManifest.xml. See also https://developer.android.com/guide/topics/manifest/manifest-intro.
The <application> Element
Specifies the application. Because this is the main entry for the application declaration, this gets described in detail in the following section “The Application Declaration.”
The <compatible-screens> Element
Specifies compatible screens. This is informational only for the app, but it dramatically influences the user base, which can install your app using the Google Play Store. You should ...