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