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

Commit a0642974 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change API name"

parents dcb1dbc7 8115b87e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ final class LocalBluetoothPreferences {

        if (device != null) {
            ActivityManager activityManager = context.getSystemService(ActivityManager.class);
            String packageName = device.getCreateBondCaller();
            String packageName = device.getPackageNameOfBondingApplication();

            if (packageName != null && activityManager.getPackageImportance(packageName)
                    == ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND) {