diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/debug/AndroidManifest.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/untranslatable.xml | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index 4c648a5f..523a7ec5 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -15,7 +15,8 @@ limitations under the License. --> -<manifest xmlns:android="http://schemas.android.com/apk/res/android"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="se.leap.bitmaskclient"> <!-- if you want to run test, this permissions are needed. Gradle will get rid of them once we implement it. --> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 5c80dcc9..4efe0584 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -568,4 +568,23 @@ + + + + + + + + + + + + + + + + + + + </resources>
\ No newline at end of file |