History log of /frameworks/base/core/java/android/app/AuthenticationRequiredException.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dac516ef326e9849d1fef06b314053e4d2081284 02-May-2017 Ben Lin <linben@google.com> Remove snippet regarding ContentProvider#notifyChange in documentation.

For ContentProvider and DocumentsProvider, throwing an exception in
their query methods will result in no Cursor returned to the remote
side. Without a cursor, there is no way to listen in on changes.
Removing the part regarding notifyChange since there's no established
paradigm on which URI to listen/notify changes on.

Test: Documentation change only.
Bug: 37876119
Change-Id: I0739794a1e8182918758ba953251ed9a3268f227
/frameworks/base/core/java/android/app/AuthenticationRequiredException.java
df6d37e50442cb453a7e0d9e383c45bba848db70 21-Mar-2017 Ben Lin <linben@google.com> Introduce AuthenticationRequiredException, and @hide
RecoverableSecurityException.

Test: CTS tests in changes in same topic.
Bug: 36482356
Bug: 36482258
Change-Id: I44b3407746006d8709e4a3f3ca2950c61fa0be95
/frameworks/base/core/java/android/app/AuthenticationRequiredException.java