Now passively checks for moved apps (for app name changing between updates, etc)

This commit is contained in:
ottoptj 2024-06-03 15:13:24 +03:00
commit de79b2752d
10 changed files with 64 additions and 25 deletions

View file

@ -1,9 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.YamLauncher" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@android:color/transparent</item>
<item name="android:windowShowWallpaper">true</item>
</style>
</resources>