AndroidManifest.xml 325 B

123456789
  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="com.android.phone.overlay.common">
  7. <overlay android:targetPackage="com.android.phone"
  8. android:isStatic="true"/>
  9. </manifest>