11 lines
311 B
XML
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> |