2020-09-13 07:38:16 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-10-08 08:20:01 +00:00
|
|
|
<!--
|
2022-08-29 08:50:02 +00:00
|
|
|
Copyright (C) 2022 The Android Open Source Project
|
2021-10-08 08:20:01 +00:00
|
|
|
SPDX-License-Identifier: Apache-2.0
|
2020-09-13 07:38:16 +00:00
|
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.android.phone.gms.overlay">
|
2022-08-29 08:50:02 +00:00
|
|
|
|
|
|
|
<application android:hasCode="false" />
|
2020-09-13 07:38:16 +00:00
|
|
|
|
|
|
|
<overlay
|
|
|
|
android:isStatic="true"
|
|
|
|
android:priority="500"
|
|
|
|
android:targetPackage="com.android.phone" />
|
|
|
|
</manifest>
|