Skip to content

Commit 205a1bf

Browse files
committed
Update RNCallKeepModule.java
1 parent cc308ce commit 205a1bf

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
@@ -1010,7 +1010,7 @@ public void openPhoneAccounts() {
10101010
return;
10111011
}
10121012

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

0 commit comments

Comments
 (0)