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

Commit 75355b36 authored by chen xu's avatar chen xu
Browse files

move ServiceState.getDataRegState to greylist

given we don't have a public alternatives for dataregstate for Q,
thus we shouldn't move this API to app-compat dark list.

Bug: 123099466
Test: Build
Change-Id: I67531ce536e004e1bc0f764824a261fb51cd27fa
parent d20bdb91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ public class ServiceState implements Parcelable {
     *
     * @hide
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    @UnsupportedAppUsage
    public int getDataRegState() {
        return mDataRegState;
    }