summaryrefslogtreecommitdiffstats
path: root/android-mobile/AndroidManifest.xml
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-05-25 19:57:06 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 07:09:27 -0700
commit3d8c0b27719ec6fd180c85608b241a53c123ca4c (patch)
treeaae20f8ac548db95d7c451c36884bdb7ea665787 /android-mobile/AndroidManifest.xml
parent1df4b6c11b9c3b84f72e3248b08f079d29caba08 (diff)
downloadsubsurface-3d8c0b27719ec6fd180c85608b241a53c123ca4c.tar.gz
Android build: remove references to ministro stuff
First, Ministro (an app to help installing Qt dependencies on the mobile platform) is not needed in Subsurface context, as all dependencies are part of the distribution. Secondly, it breaks the build as the strings (removed here) are also defined in Qt, and apparently the Gradle build is detecting this double define. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r--android-mobile/AndroidManifest.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index b0fc8dfe7..e00433834 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -65,18 +65,6 @@
<meta-data
android:name="android.app.static_init_classes"
android:value="-- %%INSERT_INIT_CLASSES%% --" />
- <!-- Messages maps -->
- <meta-data
- android:name="android.app.ministro_not_found_msg"
- android:value="@string/ministro_not_found_msg" />
- <meta-data
- android:name="android.app.ministro_needed_msg"
- android:value="@string/ministro_needed_msg" />
- <meta-data
- android:name="android.app.fatal_error_msg"
- android:value="@string/fatal_error_msg" />
- <!-- Messages maps -->
-
<!-- Splash screen -->
<!-- <meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/subsurface_mobile_splash" /> -->