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 cc308ce commit 205a1bfCopy full SHA for 205a1bf
android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java
@@ -1010,7 +1010,7 @@ public void openPhoneAccounts() {
1010
return;
1011
}
1012
1013
- if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus")) {
+ if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus") || Build.MANUFACTURER.equalsIgnoreCase("Oppo")) {
1014
Intent intent = new Intent();
1015
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
1016
intent.setComponent(new ComponentName("com.android.server.telecom",
0 commit comments