mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
parent
a38c683cd2
commit
09926d34ed
7 changed files with 99 additions and 17 deletions
|
@ -8,9 +8,15 @@
|
|||
<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.torproject.torbrowser</item> <!-- Tor Browser -->
|
||||
<item>org.mozilla.firefox</item> <!-- Firefox -->
|
||||
<item>com.brave.browser</item> <!-- Brave Browser -->
|
||||
<item>com.duckduckgo.mobile.android</item> <!-- DuckDuckGo Browser -->
|
||||
|
@ -18,6 +24,11 @@
|
|||
<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 -->
|
||||
|
@ -31,6 +42,14 @@
|
|||
<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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue