We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d2581 commit 6bb3036Copy full SHA for 6bb3036
src/com/ceco/oreo/gravitybox/ModDialerOOS.java
@@ -30,11 +30,12 @@ public class ModDialerOOS {
30
private static final boolean DEBUG = false;
31
32
private static final String[] CLASS_PHONE_UTILS = new String[] {
33
- "com.android.incallui.oneplus.OPPhoneUtils", "com.android.incallui.oneplus.s"
+ "com.android.incallui.oneplus.OPPhoneUtils", "com.android.incallui.oneplus.s",
34
+ "com.android.incallui.oneplus.f"
35
};
36
37
private static final String[] METHOD_SUPPORTS_CALL_RECORDING = new String[] {
- "isSupportCallRecorder", "AN"
38
+ "isSupportCallRecorder", "AN", "SI"
39
40
41
private static void log(String message) {
0 commit comments