Skip to content

Commit 6bb3036

Browse files
committed
Dialer: fixed call recording for OOS 8.1 beta (5/5T)
1 parent 11d2581 commit 6bb3036

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/com/ceco/oreo/gravitybox/ModDialerOOS.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ public class ModDialerOOS {
3030
private static final boolean DEBUG = false;
3131

3232
private static final String[] CLASS_PHONE_UTILS = new String[] {
33-
"com.android.incallui.oneplus.OPPhoneUtils", "com.android.incallui.oneplus.s"
33+
"com.android.incallui.oneplus.OPPhoneUtils", "com.android.incallui.oneplus.s",
34+
"com.android.incallui.oneplus.f"
3435
};
3536

3637
private static final String[] METHOD_SUPPORTS_CALL_RECORDING = new String[] {
37-
"isSupportCallRecorder", "AN"
38+
"isSupportCallRecorder", "AN", "SI"
3839
};
3940

4041
private static void log(String message) {

0 commit comments

Comments
 (0)