SpoofActivity: Allow users to import spoof configs with open document contract

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-06-02 00:07:22 +08:00
parent a0f13e6040
commit 2f80ef1109
5 changed files with 52 additions and 4 deletions

View File

@@ -59,6 +59,7 @@
<string name="action_deny">"Deny"</string>
<string name="action_disable">"Disable"</string>
<string name="action_export">"Export"</string>
<string name="action_import">"Import"</string>
<string name="action_filter">"Filters"</string>
<string name="action_filter_all">"All"</string>
<string name="action_filter_apply">"Apply"</string>
@@ -322,6 +323,8 @@
<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="toast_import_success">Device config imported</string>
<string name="toast_import_failed">Could not import 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>