summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/devmole
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/devmole')
-rw-r--r--android/app/src/devmole/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/app/src/devmole/AndroidManifest.xml b/android/app/src/devmole/AndroidManifest.xml
new file mode 100644
index 0000000000..43b74c1f16
--- /dev/null
+++ b/android/app/src/devmole/AndroidManifest.xml
@@ -0,0 +1,8 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools">
+
+ <application
+ android:icon="@mipmap/ic_launcher"
+ android:label="Devmole VPN"
+ tools:replace="android:label" />
+</manifest>