aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-07 18:28:04 -0700
committerGitHub <noreply@github.com>2019-09-07 18:28:04 -0700
commit7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a (patch)
tree3da405d9012b8a8f0fb58899cd670e60471bf015 /app/src/main/AndroidManifest.xml
parent1a0ec6fc0239d77c2aa771a23ab857f5bd7703d9 (diff)
parent9363d4bc987cb7b4886ffb6a863b5d14c602e402 (diff)
downloadfrost-7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a.tar.gz
frost-7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a.tar.bz2
frost-7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a.zip
Merge pull request #1531 from AllanWang/merge-overlays
Remove multi user agent logic
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"