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

Commit 7473fa08 authored by Hyundo Moon's avatar Hyundo Moon Committed by Automerger Merge Worker
Browse files

Merge "BluetoothOppServiceCleanupTest: Change a variable name" into main am: 13c9f3e5

parents f1ff65c9 13c9f3e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,11 +109,11 @@ public class BluetoothOppServiceCleanupTest {
                        COMPONENT_ENABLED_STATE_ENABLED,
                        DONT_KILL_APP);

        ComponentName activityName =
        ComponentName providerName =
                new ComponentName(mTargetContext, BluetoothOppProvider.class.getCanonicalName());
        mTargetContext
                .getPackageManager()
                .setComponentEnabledSetting(
                        activityName, COMPONENT_ENABLED_STATE_ENABLED, DONT_KILL_APP);
                        providerName, COMPONENT_ENABLED_STATE_ENABLED, DONT_KILL_APP);
    }
}