diff --git a/api/test-current.txt b/api/test-current.txt index 9d67f4c3bb602..54ddd5de79694 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -1,3 +1,12 @@ +package android { + + public static final class Manifest.permission { + field public static final java.lang.String BRIGHTNESS_SLIDER_USAGE = "android.permission.BRIGHTNESS_SLIDER_USAGE"; + field public static final java.lang.String CONFIGURE_DISPLAY_BRIGHTNESS = "android.permission.CONFIGURE_DISPLAY_BRIGHTNESS"; + } + +} + package android.animation { public class ValueAnimator extends android.animation.Animator { diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index b88df7eaf2fc2..3754586a7365d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3089,7 +3089,8 @@ + @SystemApi + @TestApi --> @@ -3102,7 +3103,8 @@ + @SystemApi + @TestApi -->