10 lines
356 B
XML
10 lines
356 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--Copyright (c) 2018, Qualcomm Technologies, Inc.
|
||
|
All Rights Reserved.
|
||
|
-->
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
coreApp="true"
|
||
|
package="com.android.systemui.overlay.common">
|
||
|
<overlay android:targetPackage="com.android.systemui" android:isStatic="true" />
|
||
|
</manifest>
|