diff options
author | Roopa Sattiraju <sattiraju@google.com> | 2022-03-18 17:14:37 -0700 |
---|---|---|
committer | Roopa Sattiraju <sattiraju@google.com> | 2022-03-24 10:28:14 -0700 |
commit | fef9c6b3979eee12c80e619f13014140592dc4bd (patch) | |
tree | b97d13b134f1b40747b259187e1603d0a9446fd3 /service/java/com/android/server/bluetooth/BluetoothManagerService.java | |
parent | 5e5ee42a157e447f8690bffb6cb9ad4cbf025b9b (diff) |
Changing apk name in the manifest and the corresponding packages.
BUG: 226403247
Test: TH
Change-Id: I060dd05cf722a4185f85f4f1e231b63ae1508cb4
Diffstat (limited to 'service/java/com/android/server/bluetooth/BluetoothManagerService.java')
-rw-r--r-- | service/java/com/android/server/bluetooth/BluetoothManagerService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/java/com/android/server/bluetooth/BluetoothManagerService.java b/service/java/com/android/server/bluetooth/BluetoothManagerService.java index d1ae0fce31..a1ea210609 100644 --- a/service/java/com/android/server/bluetooth/BluetoothManagerService.java +++ b/service/java/com/android/server/bluetooth/BluetoothManagerService.java @@ -2846,7 +2846,7 @@ public class BluetoothManagerService extends IBluetoothManager.Stub { */ private void updateOppLauncherComponentState(UserHandle userHandle, boolean bluetoothSharingDisallowed) { - final ComponentName oppLauncherComponent = new ComponentName("com.android.bluetooth", + final ComponentName oppLauncherComponent = new ComponentName("com.android.bluetooth.services", "com.android.bluetooth.opp.BluetoothOppLauncherActivity"); final int newState = bluetoothSharingDisallowed ? PackageManager.COMPONENT_ENABLED_STATE_DISABLED |