17 lines
457 B
XML
17 lines
457 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.rpi.settingsprovider.common">
|
|
|
|
<overlay
|
|
android:targetPackage="com.android.providers.settings"
|
|
android:isStatic="true"
|
|
android:priority="1" />
|
|
|
|
<application android:hasCode="false" />
|
|
|
|
</manifest>
|