summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add fingerprint settings support to the frameworkJim Miller2015-02-271-0/+1
| | | | | | | | - cleanup thread issue and simplify native FingerprintService methods - add new permissions and enforce them - add fingerprint hardware detection API Change-Id: I87c2243ea2412061f1e85b044138480d0161bcdf
* Merge "Merge remote-tracking branch 'goog/master-lockscreen-dev'"Dan Sandler2014-04-141-3/+0
|\
| * am 46842d94: Make Keyguard trust awareAdrian Roos2014-03-311-0/+1
| |\ | | | | | | | | | | | | * commit '46842d946d1777c22f05e6bb96933c1b5cbd00d4': Make Keyguard trust aware
| * \ am bd6738b2: Merge "Mark the keyguard package as required for profile"Alexandra Gherghina2014-03-311-1/+2
| |\ \ | | | | | | | | | | | | | | | | * commit 'bd6738b2e11b8861cb4a420f437343b3c80a21c9': Mark the keyguard package as required for profile
| * | | Make Keyguard a library and make StatusBar the new Keyguard.Jorim Jaggi2014-03-281-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change achieves a couple of things: - Let Keyguard be a library, so we can use it in SystemUI. - Introduce FLAG_KEYGUARD for windows and deprecate TYPE_KEYGUARD. Make all the TYPE_KEYGUARD behaviour dependant on the flag. - Implement a new KeyguardService in SystemUI, and bind that service from PhoneWindowManager. - Introduce BaseStatusBar.setKeyguardState and inflate KeyguardSimpleHostView there and use FLAG_KEYGUARD for the window, such that the status bar window essentially gets the Keyguard. Bug: 13635952 Change-Id: I059d80d8b9b9818a778ab685f4672ea2694def63
* | | | Merge "Revert "Mark the keyguard package as required for profile""Alexandra Gherghina2014-04-121-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "Mark the keyguard package as required for profile"Alexandra Gherghina2014-04-111-2/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | This reverts commit d4749eb4a888c353e7ea6d6a675cc0b1c8ddf905. We've switched to a whitelist approach. Change-Id: I97236785f7843de19e94711bc758fcc6de73a0d2
* | | Make Keyguard trust awareAdrian Roos2014-03-311-0/+1
|/ / | | | | | | | | Bug: 13723878 Change-Id: If1f54de4112a120848df72192b82e35b341e8ed3
* | Mark the keyguard package as required for profileAlexandra Gherghina2014-03-311-1/+2
|/ | | | Change-Id: I8edae23c57e1f1af2c086c0f67d9d240d3726d84
* Restore permission check in keyguard.Jim Miller2013-11-081-0/+1
| | | | | | Fixes bug 11584685 Change-Id: I80621f5608505bdc365930e0276c297c0d5bff67
* Enable RTL support in keyguardJim Miller2013-09-231-1/+2
| | | | | | Fixes bug 10799068 Change-Id: I353b135a2f5ea7cc061719414266cb47f1742db3
* RemoteController class to expose IRemoteControlDisplay featuresJean-Michel Trivi2013-09-181-0/+1
| | | | | | | | | | | | | Wrap all the features of IRemoteControlDisplay.aidl in a new class, RemoteController, that implements the IRemoteControlDisplay interface. The API functions to expose in the SDK are tagged with "CANDIDATE FOR API" Bug 8209392 Change-Id: I597bcd503ac93e73889c9ae8b47b16c4fcb363bc
* Remove HotwordRecognition APIsSandeep Siddhartha2013-09-111-2/+0
| | | | | | | - and its usage from Keyguard Bug: 10708010 Change-Id: Ic4a695a1d0e9312706a3b4ff01e59e2567b6ad9c
* Use the permission for hotword recognitionSandeep Siddhartha2013-09-061-0/+2
| | | | | | | - Also fixes an issue with PendingIntents being launched from the lockscreen taking a lot of time Change-Id: I91b44328ba68b225454322b90a5b19a0d4c9a772
* Start using the Hotword recognition APIsSandeep Siddhartha2013-08-281-3/+0
| | | | | | | | - Gets rid of all assumptions about the hotword service - Fixes bug where the hotword detection would keep running accidentally even when the screen got turned off Change-Id: Ie86c1a4f4343bdf7e61f7c21114fd3b287bd5401
* Add hotword detection in insecure keyguardSandeep Siddhartha2013-08-201-0/+3
| | | | | | | - This talks to a service that's implemented by the Search app - The AIDL interface may be moved to the framework in a later CL Change-Id: I26553e46f7d17ba4ac7a952c871b28b261cba975
* Keyguard doesn't need new MANAGE_DEVICE_ADMINS permissionAndrew Flynn2013-07-261-1/+0
| | | | | | | Accidentally added in a418cf2 Bug: 9856348 Change-Id: I662fbcc8471b529651701084a703f89dfc642279
* New permission to manage device adminsAmith Yamasani2013-07-221-0/+1
| | | | | | | | | | | | | | The previously used permission was doing double duty as the permission that device admins to check for to ensure that calls are coming from valid system components. MANAGE_DEVICE_ADMINS is system|signature and is now required to add/remove device admins. Required for: Bug: 9856348 Change-Id: I64385d2ec734c3957af21b5a5d9cffd8a3bcd299
* Move Keyguard to the systemui process.Jim Miller2013-06-181-1/+1
| | | | | | | | | | | | This should save some memory on devices with limited amounts of RAM by allowing it to share the graphics context with systemui. Initially, adding this to the systemui process triggered a bug where the shared process id didn't exist in the table yet. The change to ActiveServices tries to work around this by explicitly adding the package in attachApplicationLocked(). Change-Id: I9e97d5d69ddd15d7f16aca83a57bdf381811a13b
* Add keyguard background scrim and protection around keyguard APIsJim Miller2013-04-261-1/+1
| | | | | | | | | | | | | | With this change, the system process will put up a scrim in the event keyguard crashes to protect underlying content. It also adds permission checks to prevent unathorized access through the binder APIs. Cleaned up KeyguardTestActivity to build separately. Removed unused resources. Change-Id: I9e370c6bfb7dca68eae9eae304c815fb84a753d2
* Post-review Keyguard cleanup.Jim Miller2013-02-281-12/+0
| | | | | | | | | | - remove userActivity() from KeyguardService interface and call it on PowerManager directly - Split IKeyguardResult into two parts: IKeyguardShowCallback and IKeyguardExitCallback. - Misc other changes from the review. Change-Id: I3f679cfa5d3f8bc742f2b2259ac354045e89a87b
* Move keyguard to its own process.Jim Miller2013-02-271-0/+61
This is in preparation to moving keyguard into its own process. Moved keyguard source and resources into new .apk. Got basic test app working. Still need to implement MockPatternUtils and means to pass it into KeyguardService with local binder interface. Added new ACCESS_KEYGUARD_SECURE_STORAGE permission. Temporarily disabled USER_PRESENT broadcast. Remove unintentional whitespace changes in PhoneWindowManager, etc. Checkpoint basic working version. Move to systemui process. Synchronize with TOT. Sync with recent user API changes. Fix bug with returing interface instead of stub for IKeyguardResult. Create KeyguardServiceDelegate to allow for runtime-selectable local or remote interface. More keyguard crash robustness. Keyguard crash recovery working. Currently fails safe (locked). Fix selector view which was still using frameworks resources. Remove more references to internal framework variables. Use aliases for those we should move but currently have dependencies. Allow runtime switching between service and local mode. Fix layout issue on tablets where orientation was reading the incorrect constant from the framework. Remove more framework dependencies. Fix PIN keyboard input. Remove unnecessary copy of orientation attrs. Remove unused user selector widget and attempt to get multi user working again. Fix multi-user avatar icon by grabbing it from UserManager rather than directly since keyguard can no longer read it. Merge with AppWidget userId changes in master. Change-Id: I254d6fc6423ae40f6d7fef50aead4caa701e5ad2