summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add ProcessInfoService to activity manager.Ruben Brunk2015-03-301-0/+1
| | | | | | | | - Adds a new AIDL interface for querying process information from activity manager. Bug: 19186859 Change-Id: Ic08858f346d6b66e7bfc9da6faa2c6e38d9b2e82
* am 301e1def: am 24328660: Merge "Check in "current" system API files." into ↵Ying Wang2015-01-221-0/+5
|\ | | | | | | | | | | | | lmp-mr1-dev * commit '301e1def7ab741830e1fbc02a291ff295a36c345': Check in "current" system API files.
| * Check in "current" system API files.Ying Wang2015-01-201-0/+5
| | | | | | | | | | | | | | The API files were generated by running "make showcommands update-system-api". Bug: 18960664 Change-Id: Ibb4756d98be3cbf67f6103f5d5d8ff060b3c34c9
* | resolved conflicts for merge of 3d64a850 to lmp-mr1-dev-plus-aospChad Brubaker2015-01-141-0/+1
|\ \ | | | | | | | | | Change-Id: Ieed2c2a3b9977c30bc5318317c91c29907aa1377
| * | Generate IKeystoreService using aidlChad Brubaker2015-01-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This replaces IKeystoreService.java with IKeystoreService.aidl and changes the methods that passed down a byte[][] to instead pass down a KeystoreArguments which is currently a thin parcelable wrapper around a byte[][]. Change-Id: I6367bcf57562f41a27aab14f1903b74995cb65c2
* | | am 4dcc8d28: am d7771768: Merge "Build against libphonenumber-platform."Narayan Kamath2014-12-231-5/+1
|\ \ \ | |/ / | | / | |/ |/| * commit '4dcc8d28d7933a4a08d2330f78f3b4486d2ef264': Build against libphonenumber-platform.
| * Build against libphonenumber-platform.Narayan Kamath2014-12-181-5/+1
| | | | | | | | | | | | Don't compile libphonenumber sources directly. Change-Id: Ib2efd84535a2cffe773271fd1ddcb66a6a651cb8
| * Move preloaded-classes out of framework.jar.Ying Wang2014-11-171-3/+0
| | | | | | | | | | | | | | | | Instead we install preloaded-classes as a standalone configuration file /system/etc/preloaded-classes, so we can configure different file per product. Bug: 18305157 Change-Id: I22f1a1dd44f90268d02532bf18405768523c0b1b
* | Support collaborative audio focus handlingJean-Michel Trivi2014-12-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new flag for an app to define it doesn't duck, but rather pauses when losing focus with AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK. This flag is to be used when requesting focus. Add support for AudioPolicy to specify whether it will implement ducking itself, rather than it being handled by an app. When ducking is handled by a policy, do not notify focus owners when they lose audio focus with LOSS_TRANSIENT_CAN_DUCK, unless they would have paused, as expressed with the AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS flag. Add a focus listener for a policy to be notified of focus changes so it can properly implement its own ducking. Bug 16010554 Change-Id: I11d7cdb85c52fd086128a44f4d938aaa44db5c25
* | Merge "Change the routing path of bluetooth headset connections." into ↵Benjamin Franz2014-12-051-0/+1
|\ \ | | | | | | | | | lmp-mr1-dev
| * | Change the routing path of bluetooth headset connections.Benjamin Franz2014-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HeadsetService is now bound directly by the BluetoothManagerService. The IBinder object related to the HeadsetService is then given back to the BluetoothHeadset and to the client app. This change makes the HeadsetService available for managed profile clients. Bug: 16968338 Change-Id: I016d1837e4f987c0fab1fc2c64cb06eb91b24d87
* | | Merge "new SMS/MMS carrier app API" into lmp-mr1-devCheuksan Wang2014-12-041-4/+3
|\ \ \
| * | | new SMS/MMS carrier app APICheuksan Wang2014-12-011-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes based on api council review BUG: 18005911 Change-Id: I23bd207ce70f7fa201d6d964c1700cfc44cb009b
* | | | am b769fc0c: am 512103d6: am 19275484: Merge "Docs: Add "admin" to samples ↵Trevor Johns2014-12-031-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | categories" into lmp-docs * commit 'b769fc0c576f485022330b40ae5180fb23cc53ee': Docs: Add "admin" to samples categories
| * | | | Docs: Add "admin" to samples categoriesTrevor Johns2014-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains samples for device administration APIs. Issue: 18544051 Change-Id: I8e157ba163848ac0356f2669a9cadd0f76b4ae9a
* | | | | Initial changes to add callback on task stack changes. (Bug 17672056, Bug ↵Winson Chung2014-12-021-0/+1
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18291345) Add a listener to listen for changes in the Task stacks to preload thumbnails from the system. In addition, reduce the amount of synchronous work done in activity creation and first measure/layout passes. Change-Id: I8bd9155d7a05e89c190a20429acff69a17808208
* | | | Make IKeyguardService interface asynchronousJim Miller2014-11-251-0/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a state callback so lockscreen reports back whenever its state relevant for PhoneWindowManager changed, instead of synchronously calling into SysUI which can lead to deadlocks. Directly use LockPatternUtils for isSecure, and optimize the number of calls to this method to optimize layout performance. Bug: 17677097 Change-Id: I5d491fc8884d4f84d9562626b9ea0d5eaa5166fc
* | | Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-221-1/+1
| | | | | | | | | | | | | | | bug: 17575308 Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
* | | Merge "Add an API to check availability of Ethernet interface." into lmp-mr1-devJaewan Kim2014-11-201-0/+1
|\ \ \
| * | | Add an API to check availability of Ethernet interface.Jaewan Kim2014-11-201-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 18045481 Change-Id: I95358241b431cfe4435ce70c23c9a639b9dc4d58
* | | | Revert "Additional changes to SubscriptionManager API as per API council."Wink Saville2014-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit baf21da1e17ef358632c078128d381b3be218a08. Change-Id: I73cbdfadf07ca3cf20b042781b62aafcc72b17d6
* | | | Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | bug: 17575308 Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653
* | | | Move preloaded-classes out of framework.jar.Ying Wang2014-11-171-3/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | Instead we install preloaded-classes as a standalone configuration file /system/etc/preloaded-classes, so we can configure different file per product. Bug: 18305157 Change-Id: I22f1a1dd44f90268d02532bf18405768523c0b1b
* | | Merge "new sms/mms carrier app API" into lmp-mr1-devAbhijith Shastry2014-11-131-0/+4
|\ \ \
| * | | new sms/mms carrier app APICheuksan Wang2014-11-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | BUG: 18005911 Change-Id: Ib961badc1ccac270f1244f8d971d9abec324b73f
* | | | am 5d7f91c7: am 40ac90e9: am 1b657d92: Fix the order of sample categories ↵Renato Mangini2014-11-121-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | left nav. * commit '5d7f91c77605a5c444eaaae2b812280c57ca244c': Fix the order of sample categories left nav.
| * | | Fix the order of sample categories left nav.Renato Mangini2014-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | Bug: 18323953 Change-Id: Iea882fed74428d092c02e3cfcf2171c4c596b8a8
* | | | am ca011519: am a53b8bad: am 4b7b68d8: Add "notification" category for samples.Renato Mangini2014-11-121-1/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'ca011519b61e2ae57dfe760547d7d073f7ec42f3': Add "notification" category for samples.
| * | | Add "notification" category for samples.Renato Mangini2014-11-111-1/+2
| |/ / | | | | | | | | | | | | Bug: 18323953 Change-Id: Ifb78015604fd203baaf5f4c6496a86aa6c831227
* | | Obliterate LockPatternUtilsCacheAdrian Roos2014-11-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | It is disabled dead code already and not useful anymore with the new caching in LockSettingsService. Bug: 18163444 Change-Id: Icc184e923e0fbeab31ed128336c01f835b24c6f2
* | | Update SubscriptionManager API as per API council.Wink Saville2014-11-111-0/+1
| | | | | | | | | | | | | | | bug: 17575308 Change-Id: Ib39a60e4f75981a466e9d606ec627756efad018d
* | | Add Activity API to get referrer information.Dianne Hackborn2014-11-111-0/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This expands the use of EXTRA_REFERRER to be relevant anywhere, allowing apps to supply referrer information if they want. However, if they don't explicitly supply it, then the platform now keeps track of package names that go with Intents when delivering them to apps, which it can be returned as the default value. The new method Activity.getReferrer() is used to retrieve this referrer information. It knows about EXTRA_REFERRER, it can return the default package name tracked internally, and it also can return a new EXTRA_REFERRER_NAME if that exists. The latter is needed because we can't use EXTRA_REFERRER in some cases since it is a Uri, and things like #Intent; URI extras can only generate primitive type extras. We really need to support this syntax for referrers, so we need to have this additional extra field as an option. When a referrer is to a native app, we are adopting the android-app scheme. Since we are doing this, Intent's URI creation and parsing now supports this scheme, and we improve its syntax to be able to build intents with custom actions and stuff, instead of being all hung up on custom schemes. While doing this, fixed a problem when parsing both intent: and new android-app: schemes with a selector portion, where we were not respecting any scheme that was specified. Change-Id: I06e55221e21a8156c1d6ac755a254fea386917a2
* | Docs: Add TOC page for Wearable samplesTrevor Johns2014-10-231-1/+2
|/ | | | Change-Id: I0fdf412f20fb2a45c34c9700ed1ca9446cfc6ff3
* Add WindowManager.aidl to AIDL listEvan Charlton2014-10-151-0/+1
| | | | | | | | | WindowManager.aidl has an inner class (WindowManager.LayoutParams) which needs to be included, but slipped past the api/current.txt grep. This affects the SDK only Change-Id: I71bea4e602428ab588d17c5e57cbe08a1d6e9493
* Update the SDK AIDL listEvan Charlton2014-10-131-70/+145
| | | | | | | | | | Populate the framework.aidl list with .aidl files which are: - In the android.* namespace - Not marked @hide - Do not have their corresponding .java files marked @hide Bug: 17952409 Change-Id: I1f4abf7abbc298a51605571cd168362dcc5603b2
* update droiddoc option to include api level 21 for javadoc taggingsmain@google.com2014-10-081-0/+1
| | | | Change-Id: Ifdb09267b0cdab4cd89aaea455de6270481ff230
* Remove dead NFC unlock code from fw/baseAndres Morales2014-10-061-1/+0
| | | | | Bug:17883273 Change-Id: I214d141b0b9d83b5698f596087fabb1f30543606
* Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-8/+8
| | | | | | | | | | - Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
* Replace the MHL register name 'scratchpad' with 'vendor'Jinsuk Kim2014-09-121-1/+1
| | | | | Bug: 17479050 Change-Id: If6fe2949d17ad2d407df5b797c1915eb0e9bf421
* Merge "Reduce chance of notification listener dropped messages." into lmp-devGriff Hazen2014-09-051-0/+1
|\
| * Reduce chance of notification listener dropped messages.Griff Hazen2014-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing code for notification manager/listeners uses a oneway binder api to deliver messages. One problem with this is that notification objects can sometimes get fairly large, and can bump into the oneway binder transaction buffer if many happen at once. To reduce this issue, flip the service into a oneway delivery of a status bar notification holder, whose wrapped content is then immediately fetched upon receipt of the one-way message. This moves the meat of the fetch to be over a two-way interface without changing the properties of which object is actually sent (a tickle solution with lookup key would have changed this) Further research: attempt to chunk notification objects themselves. They can sometimes transfer hundreds of KB over a binder transaction. Bug: 15426276 Change-Id: Ib1a1f4ff848c16f80bcf2ae4dfd2b87a9091f0b2
* | Minor tweaks to MediaBrowserRoboErik2014-09-051-0/+3
| | | | | | | | | | | | | | | | -A swapped the param order on MediaBrowser.MediaItem constructor -Added a missing aidl file for MediaItem bug:17205016 Change-Id: I61538d76f76a993ed5a47b881e0d291fef1d8db3
* | VirtualDisplay.Callbacks -> CallbackMichael Wright2014-09-011-1/+1
|/ | | | | | | Also, rename methods to be onPaused instead of onDisplayPaused, etc. Bug: 17008630 Change-Id: Id9ead22a42d36ac338309f0f021ba341ed991144
* Update to MediaBrowser APIs per council feedbackRoboErik2014-08-281-2/+2
| | | | | | | | Does all the updates in the bug except the loadIcon/loadBitmap methods, which are removed per feedback from Sharkey. bug:17205016 Change-Id: Ie84d4d25a59c6985ce16972c26c8d1e5c02ff5c9
* remove passpoint - DO NOT MERGEvandwalle2014-08-261-1/+0
| | | | | This CL is dependent on I3d2a230b0362520b9f1b2bc3792260116971e106 Change-Id: I1a0d655877d9368d833d62e231797af4b2560862
* Implement interfaces for MHL scratchpad commandJungshik Jang2014-08-221-0/+1
| | | | | | | | | | | | 1. Add sendScratchpadCommand to IHdmiControlService interface, which is used to send scratchpad command. 2. Add IHdmiMhlScratchpadCommandListener to handle incoming MHL scratchpad command. Bug: 17146522 Change-Id: I8e8e743dc08a18c80867be470997ce79d3292c15
* Remove incomplete media router API. (DO NOT MERGE)Jeff Brown2014-08-191-7/+0
| | | | Change-Id: I310fadafb5a6b8190a32e5d87f3e1823c87bcef7
* Add callbacks for MediaProjection start / stop.Michael Wright2014-08-171-0/+1
| | | | | | | Also, enforce that there is only one valid MediaProjection at a time. Bug: 16488053 Change-Id: Id05445d798c98cb208bc4dab186296392e15d30b
* Final structural tweaks to Telecomm API (1/8)Ihab Awad2014-08-131-2/+2
| | | | | | Bug: 16416927 Bug: 16494880 Change-Id: I45fbe287c410cbb5e1b985f320b862d732811f43
* Merge "Added StatusBarNotification.aidl to frameworks/base/Android.mk" into ↵Jose Lima2014-08-081-1/+2
|\ | | | | | | lmp-dev