aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-07 18:10:38 -0700
committerAllan Wang <me@allanwang.ca>2019-09-07 18:10:38 -0700
commite736b53094629c4250c536170e938c625f5dc03c (patch)
tree8704f9b8986a4f5c643dfe2c683bc557be3f2221 /app/src/main/AndroidManifest.xml
parent1a0ec6fc0239d77c2aa771a23ab857f5bd7703d9 (diff)
downloadfrost-e736b53094629c4250c536170e938c625f5dc03c.tar.gz
frost-e736b53094629c4250c536170e938c625f5dc03c.tar.bz2
frost-e736b53094629c4250c536170e938c625f5dc03c.zip
Remove desktop overlay activity
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 664ffd38..d30b5177 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -60,13 +60,6 @@
android:launchMode="singleTop"
android:theme="@style/FrostTheme.Overlay.Slide" />
<activity
- android:name=".activities.WebOverlayDesktopActivity"
- android:configChanges="orientation|screenSize|locale"
- android:hardwareAccelerated="true"
- android:label="@string/frost_web"
- android:launchMode="singleTop"
- android:theme="@style/FrostTheme.Overlay.Slide" />
- <activity
android:name=".activities.FrostWebActivity"
android:autoRemoveFromRecents="true"
android:configChanges="orientation|screenSize|locale"