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

Commit 3f89f913 authored by Hai Zhang's avatar Hai Zhang
Browse files

Remove onSmsKillSwitchToggled() from system API.

We plan to remove this method before final release, but API freeze is
coming soon. This is an abstract method so hiding it will
automatically continue to work fine.

Bug: 127691087
Test: manual
Change-Id: I54689b66aa32865bbd9fd6f4edbd742bd037e79c
parent 8669a1c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ public class RoleControllerServiceImpl extends RoleControllerService {
    }

    @WorkerThread
    @Override
    //@Override
    public void onSmsKillSwitchToggled(boolean enabled) {
        PackageManager packageManager = getPackageManager();
        List<PackageInfo> installedPackages = getPackageManager().getInstalledPackages(0);