aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml')
-rw-r--r--rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml b/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
index 21d873e..ce0a7ac 100644
--- a/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
+++ b/rro_overlays/TelephonyOverlayVeux/AndroidManifest.xml
@@ -11,10 +11,10 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.telephony.overlay.veux">
+ package="com.android.phone.overlay.veux">
+
<application android:hasCode="false" />
- <overlay
- android:targetPackage="com.android.phone"
- android:isStatic="true"
- android:priority="1"/>
+ <overlay android:targetPackage="com.android.phone"
+ android:isStatic="true"
+ android:priority="1"/>
</manifest>