079478edba
Foundation of the vendor/pawlet tree for Android 16: - Hardware feature declarations for RPi phone/tablet/TV variants - BootControl HAL: fix VINTF manifest version, qualify android::base namespace - microG: add microg.mk with FAKE_PACKAGE_SIGNATURE auto-grant and network location feature XML; enable for all RPi variants - PawletPlatform resource APK and ThemePickerPawletOverlay: fix XML comments - Updater overlay: wire in tryboot A/B config for RPi firmware tryboot support - PawletSettings added to PRODUCT_PACKAGES - Separated RPi-specific configs from base vendor config
18 lines
454 B
XML
18 lines
454 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.systemui">
|
|
|
|
<overlay
|
|
android:targetPackage="com.android.systemui"
|
|
android:priority="1" />
|
|
|
|
<application
|
|
android:label="PawletOS SystemUI Overlay"
|
|
android:hasCode="false" />
|
|
|
|
</manifest>
|