Files
vendor_lineage/overlay/CertifiedKeyboxOverlay/AndroidManifest.xml
Abhay Singh Gill d23f511bca overlay: Make a overlay for keybox
Change-Id: Id40251c68dc23568c4ebf835c0e60f1bf048f1bf
Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com>
2025-11-05 09:59:15 +00:00

16 lines
430 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2025 Neoteric OS
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.neoteric.android.certifiedkeybox.overlay">
<application android:hasCode="false"/>
<overlay
android:isStatic="true"
android:priority="850"
android:targetPackage="android" />
</manifest>