index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
KeyguardManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
KeyguardManager set + validate lock API refinement
Julius D'souza
2020-02-20
1
-9
/
+15
*
KeyguardManager: add lock set and validation methods
Julius D'souza
2020-01-24
1
-2
/
+155
*
Merge "Add builder method to check DevicePolicyManager"
Joshua Mccloskey
2019-12-19
1
-0
/
+32
|
\
|
*
Add builder method to check DevicePolicyManager
joshmccloskey
2019-12-18
1
-0
/
+32
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
|
/
*
Removing old confirm device credential logic
joshmccloskey
2019-10-03
1
-6
/
+0
*
Removing @Deprecated && @removed method from KeyguardManager.
Kweku Adams
2019-06-17
1
-8
/
+0
*
Fix createConfirmDeviceCredentialIntent documentation
Kevin Chyn
2019-04-26
1
-3
/
+2
*
Merge "Updates isKeyguardSecure to take in a user id."
Brad Stenning
2019-03-19
1
-1
/
+1
|
\
|
*
Updates isKeyguardSecure to take in a user id.
Brad Stenning
2019-03-11
1
-1
/
+1
*
|
Update BiometricPrompt API naming
Kevin Chyn
2019-03-04
1
-1
/
+1
|
/
*
Rename setEnableFallback to setAllowDeviceCredential
Kevin Chyn
2019-02-08
1
-1
/
+1
*
Deprecate CC and add BP#buildIntent()
Kevin Chyn
2019-01-25
1
-4
/
+15
*
Revert "Add plumbing for setRequireConfirmation to CC"
Kevin Chyn
2019-01-25
1
-32
/
+1
*
Add plumbing for setRequireConfirmation to CC
Kevin Chyn
2019-01-23
1
-1
/
+32
*
Add a feature flag for secure lock screen.
Lenka Trochtova
2019-01-22
1
-0
/
+5
*
KeyguardDisableHandler: make properly user aware
Adrian Roos
2018-11-29
1
-20
/
+20
*
Add privileged API to control keyguard secure notifications
Zimuzo
2018-11-16
1
-0
/
+42
*
Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6
kopriva
2018-10-09
1
-1
/
+1
|
\
|
*
Merge "docs: fixing errors found with lint check" into pi-dev
kopriva
2018-10-09
1
-2
/
+1
|
|
\
|
|
*
docs: fixing errors found with lint check
kopriva
2018-10-09
1
-2
/
+1
|
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+3
|
|
/
*
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+3
*
|
Moved some activities implementation to ActivityTaskManagerService (2/n)
Wale Ogunwale
2018-06-12
1
-1
/
+2
*
|
Fixes in KeyguardManager doc.
Frank Salim
2018-02-20
1
-5
/
+4
|
/
*
Pass in the user defined by Context.
Jeff Sharkey
2018-02-03
1
-2
/
+2
*
FRP: Explicitly throw UnsupportedOperation when FRP is not supported
Adrian Roos
2018-01-23
1
-7
/
+10
*
Allow custom keyguard "prompt reason"
Lucas Dupin
2018-01-11
1
-1
/
+34
*
Merge "Allow custom keyguard transient message"
Lucas Dupin
2018-01-11
1
-1
/
+1
|
\
|
*
Allow custom keyguard transient message
Lucas Dupin
2018-01-10
1
-1
/
+1
*
|
FRP: Make SystemAPI
Adrian Roos
2017-12-15
1
-0
/
+2
|
/
*
Deprecate inKeyguardRestrictedInputMode
Siarhei Vishniakou
2017-11-29
1
-5
/
+3
*
Do not send KEYCODE_VOICE_ASSIST to apps.
Siarhei Vishniakou
2017-10-11
1
-2
/
+0
*
FRP: Add config flag for disabling credential FRP
Adrian Roos
2017-09-25
1
-1
/
+1
*
Fix broken javadocs.
Jeff Sharkey
2017-08-06
1
-1
/
+3
*
Added Activity flags to show on lock screen.
chaviw
2017-06-29
1
-0
/
+3
*
Merge "Annotate @SystemApi with required permissions." into oc-dev am: c14069...
Jeff Sharkey
2017-06-06
1
-3
/
+3
|
\
|
*
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-06-05
1
-3
/
+3
*
|
Credential FRP: Add implementation
Adrian Roos
2017-05-30
1
-1
/
+84
|
/
*
Updates based on API council guidance.
Jeff Sharkey
2017-04-29
1
-22
/
+1
*
Implement API council feedback for dismissKeyguard
Jorim Jaggi
2017-04-27
1
-6
/
+37
*
More auto-doc work.
Jeff Sharkey
2017-04-21
1
-9
/
+0
*
Merge "Merge commit '12562abcd47de4aee3b0469cb04bf771c2072113' into manual_me...
TreeHugger Robot
2017-01-24
1
-17
/
+22
|
\
|
*
Merge commit '12562abcd47de4aee3b0469cb04bf771c2072113' into manual_merge_125...
Nancy Zheng
2017-01-23
1
-17
/
+22
|
|
\
|
|
*
Query for the settings package in KeyguardManager instead of
Nancy Zheng
2017-01-20
1
-16
/
+22
*
|
|
KeyguardManager: Fix user resolution of isDeviceSecure/Locked
Adrian Roos
2017-01-23
1
-2
/
+2
|
/
/
*
|
Add explicit method to dismiss Keyguard
Jorim Jaggi
2016-11-23
1
-23
/
+95
*
|
Merge commit '2a12d8520ea6f41bd2db8577a8da82204e341c51' into manual_merge_2a1...
Nancy Zheng
2016-11-21
1
-5
/
+16
|
\
|
|
*
Fix createConfirmDeviceCredentialIntent for wear for CTS.
Nancy Zheng
2016-11-18
1
-5
/
+16
[next]