mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
added default apps - removed facebook and tiktok
This commit is contained in:
parent
5c559677c4
commit
f389cbdb9f
1 changed files with 27 additions and 20 deletions
|
@ -18,6 +18,8 @@
|
|||
<!-- Swipe down - Browser -->
|
||||
<string-array name="default_down">
|
||||
<item>org.mozilla.firefox</item> <!-- Firefox -->
|
||||
<item>org.mozilla.fennec</item>
|
||||
<item>org.mozilla.fennec_fdroid</item>
|
||||
<item>com.brave.browser</item> <!-- Brave Browser -->
|
||||
<item>com.duckduckgo.mobile.android</item> <!-- DuckDuckGo Browser -->
|
||||
<item>com.sec.android.app.sbrowser</item> <!-- Samsung Internet -->
|
||||
|
@ -31,63 +33,68 @@
|
|||
|
||||
<!-- Swipe right - Mail -->
|
||||
<string-array name="default_right">
|
||||
<item>com.fsck.k9</item> <!-- k9-mail -->
|
||||
<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">
|
||||
<item>com.android.documentsui</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Swipe left - Messengers -->
|
||||
<string-array name="default_left">
|
||||
<item>de.spiritcroc.riotx</item> <!-- SchildiChat -->
|
||||
<item>io.element.android.x</item> <!-- Element X -->
|
||||
<item>im.vector.app</item> <!-- Element -->
|
||||
<item>org.thoughtcrime.securesms</item> <!-- Signal -->
|
||||
</string-array>
|
||||
|
||||
<!-- Swipe double left - More messengers -->
|
||||
<string-array name="default_double_left">
|
||||
<item>com.whatsapp</item> <!-- WhatsApp -->
|
||||
<item>org.telegram.messenger</item> <!-- Telegram -->
|
||||
</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>org.thoughtcrime.securesms</item> <!-- Signal -->
|
||||
<item>com.android.messaging</item>
|
||||
<item>com.samsung.android.messaging</item> <!-- Samsung SMS -->
|
||||
</string-array>
|
||||
|
||||
<!-- Volume down - Utility -->
|
||||
<string-array name="default_volume_down">
|
||||
<item>com.android.calculator2</item>
|
||||
<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>it.niedermann.owncloud.notes</item>
|
||||
<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>com.beemdevelopment.aegis</item> <!-- Aegis 2FA -->
|
||||
<item>launcher:settings</item> <!-- Launcher Settings -->
|
||||
</string-array>
|
||||
|
||||
<!-- Time / Clock -->
|
||||
<string-array name="default_time">
|
||||
<item>com.android.deskclock</item>
|
||||
<item>com.sec.android.app.clockpackage</item> <!-- Android Clock -->
|
||||
</string-array>
|
||||
|
||||
<!-- Date / Calendar (same as left app currently) -->
|
||||
<!-- Date / Calendar -->
|
||||
<string-array name="default_date">
|
||||
<item>org.lineageos.etar</item> <!-- LineageOS Calendar -->
|
||||
<item>com.google.android.calendar</item> <!-- Google Calendar -->
|
||||
<item>com.samsung.android.calendar</item> <!-- Samsung Calendar -->
|
||||
</string-array>
|
||||
|
|
Loading…
Add table
Reference in a new issue