aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-19 21:47:22 -0800
committerAllan Wang <me@allanwang.ca>2021-11-19 21:47:22 -0800
commit2febf338614e318ad39ed4a2960a351fb3875c43 (patch)
treeb2fdca4b31a5aa9001e97094e2639d06f475ea90 /app/src/main/AndroidManifest.xml
parent9a3f7861a798ce3c195915b5fb9dc7f63bdb4aac (diff)
downloadfrost-2febf338614e318ad39ed4a2960a351fb3875c43.tar.gz
frost-2febf338614e318ad39ed4a2960a351fb3875c43.tar.bz2
frost-2febf338614e318ad39ed4a2960a351fb3875c43.zip
Remove image purging
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5485ac15..eeab750f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -173,11 +173,6 @@
android:enabled="true"
android:label="@string/frost_notifications"
android:permission="android.permission.BIND_JOB_SERVICE" />
- <service
- android:name=".services.LocalService"
- android:enabled="true"
- android:label="@string/local_service_name"
- android:permission="android.permission.BIND_JOB_SERVICE" />
<receiver
android:name=".services.UpdateReceiver"