summaryrefslogtreecommitdiff
path: root/CMake/Android/AndroidManifest.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/Android/AndroidManifest.xml.in')
-rw-r--r--CMake/Android/AndroidManifest.xml.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/CMake/Android/AndroidManifest.xml.in b/CMake/Android/AndroidManifest.xml.in
deleted file mode 100644
index 4e5c6154b..000000000
--- a/CMake/Android/AndroidManifest.xml.in
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.fltk.@ANDROID_APP_NAME@"
- android:versionCode="1"
- android:versionName="1.0">
- <application
- android:allowBackup="false"
- android:fullBackupContent="false"
- android:icon="@mipmap/ic_launcher"
- android:label="@string/app_name"
- android:hasCode="false">
- <activity android:name="android.app.NativeActivity"
- android:label="@string/app_name">
- <meta-data android:name="android.app.lib_name"
- android:value="test_@ANDROID_APP_NAME@" />
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
-</manifest>