init
This commit is contained in:
commit
8710a52d67
123 changed files with 20007 additions and 0 deletions
13
overlay/SystemUIResOverlay/AndroidManifest.xml
Normal file
13
overlay/SystemUIResOverlay/AndroidManifest.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?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"
|
||||
package="com.android.systemui.overlay">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="250"
|
||||
android:targetPackage="com.android.systemui" />
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue