From 9993fd6bff7ac3253c84de0b3e0335ed660d2c2b Mon Sep 17 00:00:00 2001 From: Malcolm Chen Date: Tue, 28 Apr 2020 16:14:01 -0700 Subject: Add two ServiceState APIs back to @Unsupported list. It was removed from boot-image-profile when we tried to expose them for mainlining. Now it's @hide again, so we should add it back into boot-image-profile otherwise it will break appss. Bug: 153825725 Test: build Change-Id: I7dcce69d3d2b3b2601f98817a4ee4467f7efb47a --- config/boot-image-profile.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt index 5f45d6932293..95778b5b3648 100644 --- a/config/boot-image-profile.txt +++ b/config/boot-image-profile.txt @@ -19208,6 +19208,8 @@ HSPLandroid/telephony/PreciseDataConnectionState;->toString()Ljava/lang/String; HSPLandroid/telephony/PreciseDataConnectionState;->writeToParcel(Landroid/os/Parcel;I)V HSPLandroid/telephony/Rlog;->d(Ljava/lang/String;Ljava/lang/String;)I HSPLandroid/telephony/ServiceState;->createLocationInfoSanitizedCopy(Z)Landroid/telephony/ServiceState; +HSPLandroid/telephony/ServiceState;->fillInNotifierBundle(Landroid/os/Bundle;)V +HSPLandroid/telephony/ServiceState;->newFromBundle(Landroid/os/Bundle;)Landroid/telephony/ServiceState; PLandroid/telephony/SignalStrength;->(Landroid/telephony/SignalStrength;)V HPLandroid/telephony/SignalStrength;->copyFrom(Landroid/telephony/SignalStrength;)V HSPLandroid/telephony/SignalStrength;->isGsm()Z -- cgit v1.2.3