summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/devmole/AndroidManifest.xml
blob: 602aecb6e418788da061b3842e6e78cbfe4d3f15 (plain)
1
2
3
4
5
6
7
<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"
                 android:allowBackup="false" />
</manifest>