Skip to content

Commit

Permalink
Fix some app activities
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Dec 25, 2019
1 parent 19de814 commit 270ed3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 17
targetSdkVersion 27
versionCode 27
versionName "0.4.0"
resConfigs "en", "zh-rCN"
versionName "0.4.1"
resConfigs "en"
}

buildTypes {
Expand Down
11 changes: 7 additions & 4 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4483,6 +4483,9 @@
<item
component="ComponentInfo{org.mozilla.focus/org.mozilla.focus.activity.MainActivity}"
drawable="firefox_focus" />
<item
component="ComponentInfo{org.mozilla.klar/org.mozilla.focus.activity.MainActivity}"
drawable="firefox_focus" />
<item
component="ComponentInfo{org.mozilla.fennec_aurora/org.mozilla.fennec_aurora.App}"
drawable="firefox_nightly" />
Expand Down Expand Up @@ -4686,7 +4689,7 @@
component="ComponentInfo{com.nu.production/br.com.nubank.shell.screens.splash.SplashActivity}"
drawable="nubank" />
<item
component="ComponentInfo{com.meisterlabs.meistertask.native/com.meisterlabs.meistertask.features.dashboard.view.DashboardActivity}"
component="ComponentInfo{com.meisterlabs.meistertask.native/com.meisterlabs.meistertask.features.dashboard.ui.DashboardActivity}"
drawable="meistertask" />
<item
component="ComponentInfo{de.lilithwittmann.voicepitchanalyzer/de.lilithwittmann.voicepitchanalyzer.activities.RecordingListActivity}"
Expand All @@ -4709,7 +4712,7 @@
component="ComponentInfo{com.aiyra.ggj19/org.godotengine.godot.Godot}"
drawable="heartgame" />
<item
component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.keepass.fileselect.FileSelectActivity}"
component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.keepass.activities.FileDatabaseSelectActivity}"
drawable="keepassdx" />
<item
component="ComponentInfo{trikita.obsqr/trikita.obsqr.ObsqrActivity}"
Expand All @@ -4729,7 +4732,7 @@
component="ComponentInfo{net.gsantner.markor/net.gsantner.markor.activity.MainActivity}"
drawable="markor" />
<item
component="ComponentInfo{deep.ryd.rydplayer/me.devsilver.musicpiped.MainActivity}"
component="ComponentInfo{deep.ryd.rydplayer/deep.ryd.MainActivity}"
drawable="musicpiped" />
<item
component="ComponentInfo{org.gateshipone.odyssey/org.gateshipone.odyssey.activities.OdysseySplashActivity}"
Expand Down Expand Up @@ -4940,7 +4943,7 @@
component="ComponentInfo{de.rwth_aachen.phyphox/de.rwth_aachen.phyphox.ExperimentList}"
drawable="phyphox" />
<item
component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon}"
component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.android.AndroidLauncher}"
drawable="shattered_pixel" />
<item
component="ComponentInfo{com.google.android.stardroid/com.google.android.stardroid.activities.SplashScreenActivity}"
Expand Down

0 comments on commit 270ed3e

Please sign in to comment.