summaryrefslogtreecommitdiff
path: root/service/java/com/android/server/bluetooth/BluetoothManagerService.java
diff options
context:
space:
mode:
authorRoopa Sattiraju <sattiraju@google.com>2022-03-18 17:14:37 -0700
committerRoopa Sattiraju <sattiraju@google.com>2022-03-24 10:28:14 -0700
commitfef9c6b3979eee12c80e619f13014140592dc4bd (patch)
treeb97d13b134f1b40747b259187e1603d0a9446fd3 /service/java/com/android/server/bluetooth/BluetoothManagerService.java
parent5e5ee42a157e447f8690bffb6cb9ad4cbf025b9b (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.java2
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