diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-29 13:17:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-29 13:17:31 -0400 |
commit | d82a9b9e2965b3e674aa0e654cfca55398a508a7 (patch) | |
tree | 944a46eac64e7a2595f6ad7b438cfdce6ed91b14 /app/src/main/AndroidManifest.xml | |
parent | ca12899e10da6e900499b7c4b99cc700cd5b9176 (diff) | |
download | frost-d82a9b9e2965b3e674aa0e654cfca55398a508a7.tar.gz frost-d82a9b9e2965b3e674aa0e654cfca55398a508a7.tar.bz2 frost-d82a9b9e2965b3e674aa0e654cfca55398a508a7.zip |
fix/weakRef (#452)
* Add activity context wrapper for images
* Remove unused receiver
* Add action check
* Add image activity logging
* Do not log image url
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2a23ea02..5ebb2118 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -156,9 +156,6 @@ <action android:name="android.intent.action.MY_PACKAGE_REPLACED" /> </intent-filter> </receiver> - <receiver - android:name=".services.NotificationReceiver" - android:enabled="true" /> <provider android:name="android.support.v4.content.FileProvider" |