mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-09 13:54:31 +02:00
89 lines
No EOL
3.5 KiB
XML
89 lines
No EOL
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
<!-- Default Apps for different actions (button-press, swipes ...) -->
|
|
|
|
<!-- Swipe up - Apps list -->
|
|
<string-array name="default_up">
|
|
<item>launcher:choose</item> <!-- The apps list -->
|
|
</string-array>
|
|
|
|
<!-- Swipe double up - Translation app -->
|
|
<string-array name="default_double_up">
|
|
<item>com.google.android.apps.translate</item> <!-- Google Translate -->
|
|
<item>com.microsoft.translator</item> <!-- Microsoft Translate -->
|
|
<item>translate.speech.text.translation.voicetranslator</item> <!-- MindMover Translate -->
|
|
</string-array>
|
|
|
|
<!-- Swipe down - Browser -->
|
|
<string-array name="default_down">
|
|
<item>org.mozilla.firefox</item> <!-- Firefox -->
|
|
<item>com.brave.browser</item> <!-- Brave Browser -->
|
|
<item>com.duckduckgo.mobile.android</item> <!-- DuckDuckGo Browser -->
|
|
<item>com.sec.android.app.sbrowser</item> <!-- Samsung Internet -->
|
|
<item>com.android.chrome</item> <!-- Chrome -->
|
|
</string-array>
|
|
|
|
<!-- Swipe double down - Secure Browser -->
|
|
<string-array name="default_double_down">
|
|
<item>org.torproject.torbrowser</item> <!-- Tor Browser -->
|
|
</string-array>
|
|
|
|
<!-- Swipe right - Mail -->
|
|
<string-array name="default_right">
|
|
<item>de.web.mobile.android.mail</item> <!-- WebMail -->
|
|
<item>com.samsung.android.email.provider</item> <!-- Samsung Mail -->
|
|
<item>com.google.android.gm</item> <!-- Google Mail -->
|
|
</string-array>
|
|
|
|
<!-- Swipe left - Calendar -->
|
|
<string-array name="default_left">
|
|
<item>com.google.android.calendar</item> <!-- Google Calendar -->
|
|
<item>com.samsung.android.calendar</item> <!-- Samsung Calendar -->
|
|
</string-array>
|
|
|
|
<!-- Swipe double left -->
|
|
<string-array name="default_double_left">
|
|
</string-array>
|
|
|
|
<!-- Swipe double right -->
|
|
<string-array name="default_double_right">
|
|
</string-array>
|
|
|
|
<!-- Volume up - Messaging -->
|
|
<string-array name="default_volume_up">
|
|
<item>com.whatsapp</item> <!-- WhatsApp -->
|
|
<item>com.facebook.orca</item> <!-- Facebook Messenger -->
|
|
<item>com.viber.voip</item> <!-- Viber -->
|
|
<item>com.skype.raider</item> <!-- Skype -->
|
|
<item>com.snapchat.android</item> <!-- Snapchat -->
|
|
<item>com.instagram.android</item> <!-- Instagram -->
|
|
<item>com.zhiliaoapp.musically</item> <!-- TikTok -->
|
|
<item>com.samsung.android.messaging</item> <!-- Samsung SMS -->
|
|
</string-array>
|
|
|
|
<!-- Volume down - Utility -->
|
|
<string-array name="default_volume_down">
|
|
<item>com.sec.android.app.popupcalculator</item> <!-- Samsung Calculator -->
|
|
<item>com.github.android</item> <!-- GitHub Android -->
|
|
<item>com.soundbrenner.pulse</item> <!-- Soundbrenner Metronome -->
|
|
</string-array>
|
|
|
|
<!-- Double click - Notes -->
|
|
<string-array name="default_double_click">
|
|
<item>com.samsung.android.app.notes</item> <!-- Samsung Notes -->
|
|
<item>com.sec.android.widgetapp.diotek.smemo</item> <!-- S Memo (older devices) -->
|
|
</string-array>
|
|
|
|
<!-- Long click - Security -->
|
|
<string-array name="default_long_click">
|
|
<item>com.twofasapp</item> <!-- 2 Factor Authentication -->
|
|
<item>launcher:settings</item> <!-- Launcher Settings -->
|
|
</string-array>
|
|
|
|
<!-- Clock -->
|
|
<string-array name="default_clock">
|
|
<item>com.sec.android.app.clockpackage</item> <!-- Android Clock -->
|
|
</string-array>
|
|
|
|
</resources> |