pstar: add device specific overlays

based on 5f73e812ed
This commit is contained in:
SGCMarkus 2022-02-19 00:54:07 +01:00
commit 5cf6ccd42a
11 changed files with 476 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.android.systemui.overlay.pstar">
<overlay android:targetPackage="com.android.systemui" android:isStatic="true" />
</manifest>