[PATCH 5/5] Use a different package for the mobile app

Anton Lundin glance at acc.umu.se
Wed Jul 15 15:59:36 PDT 2015


Now we produce two different android apps, and to be able to have both
installed at once, we need to put them in different packages.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 android-mobile/AndroidManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index 6a6b100..5ec313a 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8'?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="org.subsurfacedivelog"
+    package="org.subsurfacedivelog.mobile"
     android:installLocation="auto"
     android:versionCode="1"
     android:versionName="1.0" >
-- 
2.1.4



More information about the subsurface mailing list