Files
2026-05-26 06:54:43 -07:00

20 lines
534 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2025-2026 oxmc / PawletOS
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.pawlet.overlay.themepicker">
<overlay
android:targetPackage="com.android.wallpaper"
android:category="android.theme"
android:isStatic="true"
android:priority="1" />
<application
android:label="PawletOS ThemePicker Overlay"
android:hasCode="false" />
</manifest>