packages/apps/ThemePicker/themes/AndroidManifest.xml

15 lines
376 B
XML
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.customization.themes"
android:versionCode="1">
<uses-sdk
android:minSdkVersion="31"
android:targetSdkVersion="31"/>
<application
android:hasCode="false"
android:label="@string/app_name"/>
</manifest>