Skip to content

Commit

Permalink
Merge pull request #227 from HelloVolla/dev
Browse files Browse the repository at this point in the history
Fix for phone app
  • Loading branch information
wurzer authored May 12, 2024
2 parents 264969a + 7abd667 commit 1b70be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.4" android:versionCode="301" android:installLocation="auto">
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.5" android:versionCode="302" android:installLocation="auto">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="29"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
4 changes: 2 additions & 2 deletions android/src/com/volla/launcher/worker/AppWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ public void run() {
"com.android.gallery3d", "com.android.music", "com.android.inputmethod.latin", "com.android.stk",
"com.mediatek.filemanager", "com.android.calendar", "com.android.documentsui", "com.google.android.gms",
"com.mediatek.cellbroadcastreceiver", "com.conena.navigation.gesture.control", "rkr.simplekeyboard.inputmethod",
"com.android.quicksearchbox", "com.android.dialer", "com.android.deskclock", "com.pri.pressure",
"com.android.quicksearchbox", "org.fossify.phone", "com.android.deskclock", "com.pri.pressure",
"com.mediatek.gnss.nonframeworklbs", "system.volla.startup", "com.volla.startup", "com.aurora.services",
"com.android.soundrecorder", "com.google.android.dialer", "com.simplemobiletools.thankyou",
"com.elishaazaria.sayboard", "com.jzhk.chlidmode", "com.jzhk.gamemode", "com.jzhk.tool",
"com.google.android.apps.adm", "com.android.soundrecorder", "com.jzhk.easylauncher");
"com.google.android.apps.adm", "com.android.soundrecorder", "com.jzhk.easylauncher", "com.simplemobiletools.dialer");

final List<String> mostUsed = Arrays.asList("com.android.dialer", "com.mediatek.camera",
"com.simplemobiletools.dialer", "com.simplemobiletools.gallery.pro", "com.android.messaging",
Expand Down

0 comments on commit 1b70be0

Please # to comment.