Loading core/java/android/view/View.java +3 −1 Original line number Diff line number Diff line Loading @@ -10405,7 +10405,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** * Sets content sensitivity mode to determine whether this view displays sensitive content. * Sets content sensitivity mode to determine whether this view displays sensitive content * (e.g. username, password etc.). The system may improve user privacy i.e. hide content * drawn by a sensitive view from screen sharing and recording. * * @param mode {@link #CONTENT_SENSITIVITY_AUTO}, {@link #CONTENT_SENSITIVITY_NOT_SENSITIVE} * or {@link #CONTENT_SENSITIVITY_SENSITIVE} Loading
core/java/android/view/View.java +3 −1 Original line number Diff line number Diff line Loading @@ -10405,7 +10405,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** * Sets content sensitivity mode to determine whether this view displays sensitive content. * Sets content sensitivity mode to determine whether this view displays sensitive content * (e.g. username, password etc.). The system may improve user privacy i.e. hide content * drawn by a sensitive view from screen sharing and recording. * * @param mode {@link #CONTENT_SENSITIVITY_AUTO}, {@link #CONTENT_SENSITIVITY_NOT_SENSITIVE} * or {@link #CONTENT_SENSITIVITY_SENSITIVE}