Skip to content

Commit 270ed3e

Browse files
committed
Fix some app activities
1 parent 19de814 commit 270ed3e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 17
1010
targetSdkVersion 27
1111
versionCode 27
12-
versionName "0.4.0"
13-
resConfigs "en", "zh-rCN"
12+
versionName "0.4.1"
13+
resConfigs "en"
1414
}
1515

1616
buildTypes {

app/src/main/res/xml/appfilter.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4483,6 +4483,9 @@
44834483
<item
44844484
component="ComponentInfo{org.mozilla.focus/org.mozilla.focus.activity.MainActivity}"
44854485
drawable="firefox_focus" />
4486+
<item
4487+
component="ComponentInfo{org.mozilla.klar/org.mozilla.focus.activity.MainActivity}"
4488+
drawable="firefox_focus" />
44864489
<item
44874490
component="ComponentInfo{org.mozilla.fennec_aurora/org.mozilla.fennec_aurora.App}"
44884491
drawable="firefox_nightly" />
@@ -4686,7 +4689,7 @@
46864689
component="ComponentInfo{com.nu.production/br.com.nubank.shell.screens.splash.SplashActivity}"
46874690
drawable="nubank" />
46884691
<item
4689-
component="ComponentInfo{com.meisterlabs.meistertask.native/com.meisterlabs.meistertask.features.dashboard.view.DashboardActivity}"
4692+
component="ComponentInfo{com.meisterlabs.meistertask.native/com.meisterlabs.meistertask.features.dashboard.ui.DashboardActivity}"
46904693
drawable="meistertask" />
46914694
<item
46924695
component="ComponentInfo{de.lilithwittmann.voicepitchanalyzer/de.lilithwittmann.voicepitchanalyzer.activities.RecordingListActivity}"
@@ -4709,7 +4712,7 @@
47094712
component="ComponentInfo{com.aiyra.ggj19/org.godotengine.godot.Godot}"
47104713
drawable="heartgame" />
47114714
<item
4712-
component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.keepass.fileselect.FileSelectActivity}"
4715+
component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.keepass.activities.FileDatabaseSelectActivity}"
47134716
drawable="keepassdx" />
47144717
<item
47154718
component="ComponentInfo{trikita.obsqr/trikita.obsqr.ObsqrActivity}"
@@ -4729,7 +4732,7 @@
47294732
component="ComponentInfo{net.gsantner.markor/net.gsantner.markor.activity.MainActivity}"
47304733
drawable="markor" />
47314734
<item
4732-
component="ComponentInfo{deep.ryd.rydplayer/me.devsilver.musicpiped.MainActivity}"
4735+
component="ComponentInfo{deep.ryd.rydplayer/deep.ryd.MainActivity}"
47334736
drawable="musicpiped" />
47344737
<item
47354738
component="ComponentInfo{org.gateshipone.odyssey/org.gateshipone.odyssey.activities.OdysseySplashActivity}"
@@ -4940,7 +4943,7 @@
49404943
component="ComponentInfo{de.rwth_aachen.phyphox/de.rwth_aachen.phyphox.ExperimentList}"
49414944
drawable="phyphox" />
49424945
<item
4943-
component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon}"
4946+
component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.android.AndroidLauncher}"
49444947
drawable="shattered_pixel" />
49454948
<item
49464949
component="ComponentInfo{com.google.android.stardroid/com.google.android.stardroid.activities.SplashScreenActivity}"

0 commit comments

Comments
 (0)