1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.android.customization.themes"
4    android:versionCode="1">
5
6    <uses-sdk
7      android:minSdkVersion="31"
8      android:targetSdkVersion="31"/>
9
10    <application
11        android:hasCode="false"
12        android:label="@string/app_name"/>
13
14</manifest>
15