Skip to content

Commit 2ce6495

Browse files
committed
overlay: add overlay for com.android.phone
1 parent cb0dc31 commit 2ce6495

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.ukriu.hyperunlocked.phone.overlay">
3+
<overlay
4+
android:isStatic="true"
5+
android:priority="9999"
6+
android:targetPackage="com.android.phone"/>
7+
<application
8+
android:extractNativeLibs="false"
9+
android:hasCode="false"
10+
android:label="ukriu!HyperUnlocked Phone Overlay"/>
11+
</manifest>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<bool name="config_call_recording">true</bool>
4+
</resources>

0 commit comments

Comments
 (0)