Merge branch 'master' into 'master'

Enabled downloading/updating any/all apps in the background with a service, fixed many issues with download, install, uninstall

See merge request AuroraOSS/AuroraStore!130
This commit is contained in:
Rahul Patel
2021-06-19 15:14:45 +00:00
23 changed files with 1418 additions and 332 deletions

View File

@@ -366,4 +366,7 @@
<string name="toast_aas_token_failed">Could not generate AAS Token</string>
<string name="toast_export_success">Device config exported</string>
<string name="toast_export_failed">Could not export device config</string>
<string name="notification_channel_updater_service">App background download service</string>
<string name="app_updater_service_notif_title">Background app download</string>
<string name="app_updater_service_notif_text">Enables background app download</string>
</resources>