Files
android_vendor_pawlet/overlay/systemui/AndroidManifest.xml
T
oxmc 1a34868f99 systemui: hide battery indicator; grant vendor_default_prop to app domains
- 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
2026-06-09 22:09:17 -07:00

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>