Skip to content

Commit f0f21ca

Browse files
committed
Update RNCallKeepModule.java
1 parent 85f0e79 commit f0f21ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ public void openPhoneAccounts() {
10121012
return;
10131013
}
10141014

1015-
if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus")) {
1015+
if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus") || Build.MANUFACTURER.equalsIgnoreCase("Oppo")) {
10161016
Intent intent = new Intent();
10171017
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
10181018
intent.setComponent(new ComponentName("com.android.server.telecom",

0 commit comments

Comments
 (0)