summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothGattService.java
diff options
context:
space:
mode:
authorBernardo Rufino <brufino@google.com>2022-01-12 17:44:44 +0000
committerBernardo Rufino <brufino@google.com>2022-01-12 17:44:44 +0000
commit331be9a6431d6489f8d1e1b80cb510d0ee073c50 (patch)
tree54a8e33832befc2bbb5e0886aa891c1caf475667 /core/java/android/bluetooth/BluetoothGattService.java
parent90bb3709dc75f7e44914222114752de5bce133d4 (diff)
Revert "Migrate unsafe parcel APIs in framework-minus-apex"
This reverts commit 90bb3709dc75f7e44914222114752de5bce133d4. Reason for revert: b/214053959 Change-Id: Ic271bab1d3eaf677a5989dda9deb944ee2ad6850
Diffstat (limited to 'core/java/android/bluetooth/BluetoothGattService.java')
-rw-r--r--core/java/android/bluetooth/BluetoothGattService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothGattService.java b/core/java/android/bluetooth/BluetoothGattService.java
index 36bc4772e016..f64d09fc30d9 100644
--- a/core/java/android/bluetooth/BluetoothGattService.java
+++ b/core/java/android/bluetooth/BluetoothGattService.java
@@ -180,7 +180,7 @@ public class BluetoothGattService implements Parcelable {
};
private BluetoothGattService(Parcel in) {
- mUuid = ((ParcelUuid) in.readParcelable(null, android.os.ParcelUuid.class)).getUuid();
+ mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid();
mInstanceId = in.readInt();
mServiceType = in.readInt();