Skip to content

Commit 27d5533

Browse files
authored
Merge pull request #653 from drdropin-tech/master
Enable phone settings for OnePlus without having to use self managed
2 parents df8649b + 68689ae commit 27d5533

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
@@ -838,7 +838,7 @@ public void openPhoneAccounts() {
838838
return;
839839
}
840840

841-
if (Build.MANUFACTURER.equalsIgnoreCase("Samsung")) {
841+
if (Build.MANUFACTURER.equalsIgnoreCase("Samsung") || Build.MANUFACTURER.equalsIgnoreCase("OnePlus")) {
842842
Intent intent = new Intent();
843843
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
844844
intent.setComponent(new ComponentName("com.android.server.telecom",

0 commit comments

Comments
 (0)