Loading api/test-current.txt +9 −0 Original line number Diff line number Diff line 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 { Loading core/res/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -3089,7 +3089,8 @@ <!-- Allows an application to collect usage infomation about brightness slider changes. <p>Not for use by third-party applications.</p> @hide @SystemApi --> @SystemApi @TestApi --> <permission android:name="android.permission.BRIGHTNESS_SLIDER_USAGE" android:protectionLevel="signature|privileged|development" /> Loading @@ -3102,7 +3103,8 @@ <!-- Allows an application to modify the display brightness configuration @hide @SystemApi --> @SystemApi @TestApi --> <permission android:name="android.permission.CONFIGURE_DISPLAY_BRIGHTNESS" android:protectionLevel="signature|privileged|development" /> Loading Loading
api/test-current.txt +9 −0 Original line number Diff line number Diff line 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 { Loading
core/res/AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -3089,7 +3089,8 @@ <!-- Allows an application to collect usage infomation about brightness slider changes. <p>Not for use by third-party applications.</p> @hide @SystemApi --> @SystemApi @TestApi --> <permission android:name="android.permission.BRIGHTNESS_SLIDER_USAGE" android:protectionLevel="signature|privileged|development" /> Loading @@ -3102,7 +3103,8 @@ <!-- Allows an application to modify the display brightness configuration @hide @SystemApi --> @SystemApi @TestApi --> <permission android:name="android.permission.CONFIGURE_DISPLAY_BRIGHTNESS" android:protectionLevel="signature|privileged|development" /> Loading