Skip to content

Commit

Permalink
Update RNCallKeepModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Nov 30, 2023
1 parent cc308ce commit 205a1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ public void openPhoneAccounts() {
return;
}

if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus")) {
if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus") || Build.MANUFACTURER.equalsIgnoreCase("Oppo")) {
Intent intent = new Intent();
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
intent.setComponent(new ComponentName("com.android.server.telecom",
Expand Down

0 comments on commit 205a1bf

Please sign in to comment.