aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-08 00:51:13 -0700
committerAllan Wang <me@allanwang.ca>2019-09-08 00:51:13 -0700
commit8cf499946b0e0b52c8d66b2b213982f75e4ee91d (patch)
tree851cc6cf0fd295c142be123a19320b578fc8be0a /app/src/main/AndroidManifest.xml
parent329b31175289fc7ad204204e6f7276fd96530f99 (diff)
parentea3a1968407ef66c3074593d6768a559e18b0675 (diff)
downloadfrost-8cf499946b0e0b52c8d66b2b213982f75e4ee91d.tar.gz
frost-8cf499946b0e0b52c8d66b2b213982f75e4ee91d.tar.bz2
frost-8cf499946b0e0b52c8d66b2b213982f75e4ee91d.zip
Merge branch 'dev' into theme
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index e4fc0415..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"
@@ -197,11 +190,6 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
- <provider
- android:name="com.raizlabs.android.dbflow.runtime.StubContentProvider"
- android:authorities="${applicationId}.dbflow.provider"
- android:exported="false" />
-
<meta-data
android:name="com.bugsnag.android.API_KEY"
android:value="83cf680ed01a6fda10fe497d1c0962bb" />