aboutsummaryrefslogtreecommitdiff
path: root/build-android/cmake/layerlib/src/main/AndroidManifest.xml
blob: 78c3704af24dc00a1c3e1ff00bcf13efb62bfc63 (plain)
1
2
3
4
5
6
7
8
9
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.layerlib">

    <application android:allowBackup="true" android:label="@string/app_name"
        android:supportsRtl="true">

    </application>

</manifest>