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

Commit 0ca109c0 authored by Malcolm Chen's avatar Malcolm Chen Committed by Xiangyu/Malcolm Chen
Browse files

Make createLocationInfoSanitizedCopy as @hide.

As we are not shipping Telephony mainline and it's TBD whether
TelephonyRegistry will be part of mainline or not, we change
createLocationInfoSanitizedCopy from @SystemApi back to @hide.

Bug: 148179832
Test: build
Change-Id: I65dea196ab80aec96b6b35edcc0059cefc2f1b43
parent 6d2586f0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11453,7 +11453,6 @@ package android.telephony {
  }
  public class ServiceState implements android.os.Parcelable {
    method @NonNull public android.telephony.ServiceState createLocationInfoSanitizedCopy(boolean);
    method public void fillInNotifierBundle(@NonNull android.os.Bundle);
    method public int getDataNetworkType();
    method public int getDataRegistrationState();
+0 −1
Original line number Diff line number Diff line
@@ -1992,7 +1992,6 @@ public class ServiceState implements Parcelable {
     * @return the copied ServiceState with location info sanitized.
     * @hide
     */
    @SystemApi
    @NonNull
    public ServiceState createLocationInfoSanitizedCopy(boolean removeCoarseLocation) {
        ServiceState state = new ServiceState(this);