- add flag Change-Id: Ifc84bbd8e4790ff0dab33368d9ac45158e7c47fc Co-authored-by: Ghosuto <clash.raja10@gmail.com> Signed-off-by: Ghosuto <clash.raja10@gmail.com>
6 lines
349 B
XML
6 lines
349 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="android.overlay.lowram.target.overlay">
|
|
<overlay android:isStatic="true" android:priority="600" android:targetName="LowProfileOverlay" android:targetPackage="android"/>
|
|
|
|
<application android:hasCode="false" android:label="LowProfileOverlay"/>
|
|
</manifest> |