Loading core/java/android/content/Intent.java +4 −1 Original line number Diff line number Diff line Loading @@ -1916,12 +1916,15 @@ public class Intent implements Parcelable, Cloneable { /** * Activity action: Launch UI to review app uses of permissions. * <p> * Input: Nothing * Input: {@link #EXTRA_PERMISSION_NAME} specifies the permission name * that will be displayed by the launched UI. * </p> * <p> * Output: Nothing. * </p> * * @see #EXTRA_PERMISSION_NAME * * @hide */ @SystemApi Loading Loading
core/java/android/content/Intent.java +4 −1 Original line number Diff line number Diff line Loading @@ -1916,12 +1916,15 @@ public class Intent implements Parcelable, Cloneable { /** * Activity action: Launch UI to review app uses of permissions. * <p> * Input: Nothing * Input: {@link #EXTRA_PERMISSION_NAME} specifies the permission name * that will be displayed by the launched UI. * </p> * <p> * Output: Nothing. * </p> * * @see #EXTRA_PERMISSION_NAME * * @hide */ @SystemApi Loading