AndroidManifest.xml 332 B

123456789101112
  1. <!--
  2. Copyright (C) 2024 The LineageOS Project
  3. SPDX-License-Identifier: Apache-2.0
  4. -->
  5. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  6. package="android.overlay.e1q">
  7. <overlay
  8. android:isStatic="true"
  9. android:priority="700"
  10. android:targetPackage="android" />
  11. </manifest>