NeoLaunch_From_Kvaesitso/icons/src/main/AndroidManifest.xml
2021-09-18 23:37:52 +02:00

12 lines
349 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.mm20.launcher2.icons">
<queries>
<intent>
<action android:name="org.adw.ActivityStarter.THEMES" />
</intent>
<intent>
<action android:name="com.novalauncher.THEME" />
</intent>
</queries>
</manifest>