Skip to content

Instantly share code, notes, and snippets.

@milansurelia
Created March 18, 2023 17:09
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<meta-data
android:name="asset_statements"
android:resource="@string/asset_statements" />
<activity>
...
</activity>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment