summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make Keyguard a library and make StatusBar the new Keyguard.Jorim Jaggi2014-03-281-0/+6
| | | | | | | | | | | | | | | 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
* Remove unused services module dependency from sysui.John Spurlock2013-06-251-1/+1
| | | | Change-Id: I9ac1040bece7755478d57c44f48b1e31bff6bf57
* Some system apps are more system than othersChristopher Tate2013-06-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | "signatureOrSystem" permissions are no longer available to all apps residing en the /system partition. Instead, there is a new /system/priv-app directory, and only apps whose APKs are in that directory are allowed to use signatureOrSystem permissions without sharing the platform cert. This will reduce the surface area for possible exploits of system- bundled applications to try to gain access to permission-guarded operations. The ApplicationInfo.FLAG_SYSTEM flag continues to mean what it is says in the documentation: it indicates that the application apk was bundled on the /system partition. A new hidden flag FLAG_PRIVILEGED has been introduced that reflects the actual right to access these permissions. At some point the "system" permission category will be renamed to "privileged". Bug 8765951 Change-Id: I6f0fd9cdb9170e076dfc66d83ecea76f8dd7335d
* Apparently SystemUI no longer needs the carousel.Dianne Hackborn2013-03-271-3/+0
| | | | Change-Id: Ib886b83fb096a8ef35b167e2727360353c020ec1
* add logging to debug panel touches.Chris Wren2013-01-071-1/+2
| | | | | | | | Turn on gesture recorder. Add events to the Event Log. Bug:7686690 Change-Id: I53b7d43f5bdc002360e305182597765f3c430b11
* Create telephony-common and mms-commonWink Saville2012-07-111-1/+1
| | | | | | | | | | | | | | | | | These have been created to reduce the size and complexity of frameworks/base. mms-common was created by moving all of frameworks/base/core/java/com/google/android/mms to: frameworks/opt/mms telephony-common was created by moving some of frameworks/base/telephony to: frameworks/opt/telephony Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
* Add functional test for screenshots.Brett Chabot2011-07-281-1/+3
| | | | Change-Id: Ice2cbc656f9814da7d0634644a250c1af9243ad1
* Fix proguard flag file dependency.Ying Wang2010-09-301-1/+1
| | | | Change-Id: Icd30226cfaa943648f8724b4208a22c661070262
* Update RecentApplications to use shared Carousel widget.Jim Miller2010-09-031-1/+4
| | | | Change-Id: I5ca7389aeca9ee6f03f48317f9d1034f9fb8c1ca
* Actually reference the fixed Proguard flags.Daniel Sandler2010-08-021-0/+2
| | | | | Bug: 2869888 Change-Id: I3277b51cd411c7933607c08b6022870ef83e9197
* Move the StatusBarPhone package into a new catch-all SystemUI.apk.Joe Onorato2010-06-021-0/+13