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
This commit is contained in:
chen xu
2019-01-29 15:56:40 -08:00
parent d20bdb915a
commit 75355b3639

View File

@@ -540,7 +540,7 @@ public class ServiceState implements Parcelable {
*
* @hide
*/
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
@UnsupportedAppUsage
public int getDataRegState() {
return mDataRegState;
}