1a34868f99
- Add pawlet-systemui-overlay targeting com.android.systemui; sets config_showBattery=false to suppress the battery icon on RPi (no battery) - Wire pawlet-systemui-overlay into PRODUCT_PACKAGES in common.mk
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>
|