NeoLaunch_From_Kvaesitso/icons/src/main/AndroidManifest.xml
2022-05-09 20:04:21 +02:00

11 lines
311 B
XML

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