summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 93973b78..69859655 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,14 +12,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light.DarkActionBar">
- <activity
- android:name=".ProfileDetailActivity"
- android:label=""
- android:parentActivityName=".ProfileListActivity" />
- <activity
- android:name=".ProfileEditActivity"
- android:label="@string/edit_activity_title" />
- <activity android:name=".ProfileListActivity">
+ <activity android:name=".ConfigActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -37,7 +30,7 @@
</receiver>
<service
- android:name=".ProfileService"
+ android:name=".VpnService"
android:exported="false" />
</application>