Simplify selection of default apps

The lists / priorities can now be changed in the `strings.xml` file.
This commit is contained in:
Finn M Glas 2020-05-19 10:59:08 +02:00
parent 49baed4d65
commit 83299d926f
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
2 changed files with 95 additions and 87 deletions

View file

@ -1,6 +1,56 @@
<resources>
<!-- General -->
<string name="app_name">Launcher</string>
<string name="preference_file_key">V3RYR4ND0MK3YCR4P</string>
<!-- Errors, Exceptions (Alerts, Toasts ...) -->
<string name="none_found">None found</string>
<string name="alert_cant_open_title">Can\'t open app</string>
<string name="alert_cant_open_message">Want to change its settings (\'add it to the apps screen\')?</string>
<string name="toast_cant_open_message">Open settings to choose an app for this action</string>
<!-- Default Apps for different actions (button-press, swipes ...) -->
<string-array name="default_up">
<item>org.mozilla.firefox|Firefox</item>
<item>com.sec.android.app.sbrowser|Samsung Internet</item>
<item>com.android.chrome|Chrome</item>
</string-array>
<string-array name="default_down">
<item>com.samsung.android.app.galaxyfinder|GalaxyFinder</item>
<item>com.prometheusinteractive.voice_launcher|VoiceSearch</item>
</string-array>
<string-array name="default_right">
<item>de.web.mobile.android.mail|WebMail</item>
<item>com.samsung.android.email.provider|Samsung Mail</item>
<item>com.google.android.gm|Google Mail</item>
</string-array>
<string-array name="default_left">
<item>com.google.android.calendar|Google Calendar</item>
<item>com.samsung.android.calendar|Samsung Calendar</item>
</string-array>
<string-array name="default_volume_up">
<item>com.whatsapp|WhatsApp</item>
<item>com.facebook.orca|Facebook Messenger</item>
<item>com.viber.voip|Viber</item>
<item>com.skype.raider|Skype</item>
<item>com.snapchat.android|Snapchat</item>
<item>com.instagram.android|Instagram</item>
<item>com.samsung.android.messaging|Samsung SMS</item>
</string-array>
<string-array name="default_volume_down">
<item>com.github.android|GitHub</item>
<item>com.soundbrenner.pulse|Soundbrenner Metronome</item>
<item>com.sec.android.app.popupcalculator|Calculator</item>
</string-array>
<string-array name="default_clock">
<item>com.sec.android.app.clockpackage|Android Clock</item>
</string-array>
</resources>