Files
vendor_lineage/overlay/LowProfileOverlay/AndroidManifest.xml
rmp22 9054130ba2 config: reduce memory footprint
- add flag

Change-Id: Ifc84bbd8e4790ff0dab33368d9ac45158e7c47fc
Co-authored-by: Ghosuto <clash.raja10@gmail.com>
Signed-off-by: Ghosuto <clash.raja10@gmail.com>
2025-11-05 09:16:55 +00:00

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>