Support unarchiving apps on Android 15+ devices

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-10-09 21:52:14 +05:30
parent dfc223d8cb
commit 98322b3358
5 changed files with 108 additions and 1 deletions

View File

@@ -188,6 +188,7 @@
<string name="device_miui_extra">"Optionally you can choose Native installer, but then you can not install bundled (split) APKs, so choice is yours."</string>
<string name="dialog_title_self_update">"New update available"</string>
<string name="dialog_desc_native_split">"You can not install bundled(split) apps via Native Installer. Change your installer to Session, Services or Root."</string>
<string name="notification_channel_account">Account-related notification</string>
<string name="notification_channel_export">App export notification</string>
<string name="notification_channel_install">Install notification</string>
<string name="notification_channel_downloads">Downloads notification</string>
@@ -465,4 +466,8 @@
<string name="status_completed">Completed</string>
<string name="status_queued">Queued</string>
<string name="status_unavailable">Unavailable</string>
<!-- UnarchivePackageReceiver -->
<string name="authentication_required_title">Authentication required</string>
<string name="authentication_required_unarchive">Please log in to your Google Play account to unarchive the app!</string>
</resources>