Add a notification action to delete the media after downloading.

This commit is contained in:
Docile-Alligator
2022-05-31 18:00:21 +08:00
parent 7f91f89599
commit db08be065e
4 changed files with 41 additions and 2 deletions

View File

@@ -445,6 +445,8 @@
android:name=".services.EditProfileService"
android:enabled="true"
android:exported="false" />
<receiver android:name=".broadcastreceivers.DownloadedMediaDeleteActionBroadcastReceiver" />
</application>
</manifest>