diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-07 18:28:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-07 18:28:04 -0700 |
commit | 7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a (patch) | |
tree | 3da405d9012b8a8f0fb58899cd670e60471bf015 /app/src/main/AndroidManifest.xml | |
parent | 1a0ec6fc0239d77c2aa771a23ab857f5bd7703d9 (diff) | |
parent | 9363d4bc987cb7b4886ffb6a863b5d14c602e402 (diff) | |
download | frost-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.xml | 7 |
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" |