How to customize the Manifest → example: Companion APK

In the Manifest:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" ... >
    <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30" />
    ...
</manifest>
3 Likes