Force restart when proxy URL is changed

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-08-05 11:53:29 +08:00
parent 35950fb163
commit 86a7fce277
5 changed files with 59 additions and 2 deletions

View File

@@ -491,4 +491,8 @@
android:id="@+id/proxyURLDialog"
android:name="com.aurora.store.view.ui.preferences.ProxyURLDialog"
android:label="@string/pref_network_proxy_url" />
<dialog
android:id="@+id/forceRestartDialog"
android:name="com.aurora.store.view.ui.commons.ForceRestartDialog"
android:label="@string/force_restart_title" />
</navigation>

View File

@@ -479,4 +479,8 @@
<!-- UpdatesFragment -->
<string name="check_updates">Check for updates</string>
<!-- ForceRestartDialog -->
<string name="force_restart_title">Restart Aurora Store</string>
<string name="force_restart_summary">Aurora Store needs to be restarted to apply the newly changed settings</string>
</resources>