feat: add automatic intent URL display option (#416)
Co-authored-by: Jannis Mattheis <contact@jmattheis.de>
This commit is contained in:
@@ -36,4 +36,5 @@
|
||||
<string name="time_format_value_relative">time_format_relative</string>
|
||||
<bool name="notification_channels">false</bool>
|
||||
<bool name="exclude_from_recent">false</bool>
|
||||
<bool name="prompt_onreceive_intent">true</bool>
|
||||
</resources>
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
<string name="setting_key_intent_dialog_permission">intent_dialog_permission</string>
|
||||
<string name="setting_summary_intent_dialog_permission">To always show incoming intent URLs, give permission to show this app on top of other apps.</string>
|
||||
<string name="setting_summary_intent_dialog_permission_granted">Permission granted.</string>
|
||||
<string name="setting_prompt_onreceive_intent">Confirm onReceive intents</string>
|
||||
<string name="setting_key_prompt_onreceive_intent">prompt_onreceive_intent</string>
|
||||
<string name="setting_summary_prompt_onreceive_intent">If enabled, a dialog is shown before onReceive.intentUrl is executed.</string>
|
||||
<string name="push_message">Push message</string>
|
||||
<string name="appListDescription">App:</string>
|
||||
<string name="priorityDescription">Priority:</string>
|
||||
|
||||
Reference in New Issue
Block a user