2022-05-09 19:56:05 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-09-18 23:37:52 +02:00
|
|
|
|
|
|
|
|
<queries>
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="org.adw.ActivityStarter.THEMES" />
|
|
|
|
|
</intent>
|
|
|
|
|
<intent>
|
|
|
|
|
<action android:name="com.novalauncher.THEME" />
|
|
|
|
|
</intent>
|
|
|
|
|
</queries>
|
|
|
|
|
</manifest>
|