From 5493b2f988ad27628e1ed1c88189907b697618e4 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 8 Apr 2019 14:01:53 -0700 Subject: [PATCH] change android application id --- android/AndroidManifest.xml | 21 ++++++++------------- main.go | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9b065160..4d16620d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,12 +1,7 @@ - - + + - + @@ -71,13 +66,13 @@ - + - - - + + + - + diff --git a/main.go b/main.go index 8e9ef682..eeb163ea 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( "runtime" ) -const androidBaseDir = "/data/data/org.qtproject.example.go/" +const androidBaseDir = "/data/data/ca.openprivacy.cwtch.ui/" var ( buildVer string