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

Commit ac07db16 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "move ServiceState.getDataRegState to greylist" am: 607e7979 am: 43640ec0

am: 94660fa6

Change-Id: I83b299fc31a3a76ea0489588c0a44205825d5e28
parents 57859781 94660fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -540,7 +540,7 @@ public class ServiceState implements Parcelable {
     *
     *
     * @hide
     * @hide
     */
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    @UnsupportedAppUsage
    public int getDataRegState() {
    public int getDataRegState() {
        return mDataRegState;
        return mDataRegState;
    }
    }