Skip to content

Commit

Permalink
Update RNCallKeepModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Sep 9, 2024
1 parent 85f0e79 commit f0f21ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,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 f0f21ca

Please sign in to comment.