Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35003070 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Switch to new API for managing blocked numbers (1/2)

Bug 27419985

Change-Id: I12fcd79d670d91cb73627d42137c87d5696e4f4d
parent 1bb6c292
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1213,8 +1213,11 @@ public class PeopleActivity extends ContactsActivity implements
                return true;
            }
            case R.id.menu_blocked_numbers: {
                TelecomManagerUtil.launchBlockedNumbersActivity(
                final Intent intent = TelecomManagerUtil.createManageBlockedNumbersIntent(
                        (TelecomManager) getSystemService(Context.TELECOM_SERVICE));
                if (intent != null) {
                    startActivity(intent);
                }
                return true;
            }
            case R.id.export_database: {