summaryrefslogtreecommitdiffstats
path: root/services/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* fw: Move Secure settings to CMSettingsd34d2015-11-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | This moves all Settings.Secure.* settings that, were added to CyanogenMod, to CMSettings. * KEYBOARD_BRIGHTNESS * BUTTON_BRIGHTNESS * BUTTON_BACKLIGHT_TIMEOUT * DEV_FORCE_SHOW_NAVBAR * ADB_NOTIFY * ADB_PORT * DEVICE_HOSTNAME * KILL_APP_LONGPRESS_BACK * PROTECTED_COMPONENTS * LIVE_DISPLAY_COLOR_MATRIX * ADVANCED_REBOOT * POWER_MENU_ACTIONS * DEFAULT_THEME_COMPONENTS * THEME_PREV_BOOT_API_LEVEL Change-Id: I49e9160177ffc727b20008817ac2b5ce5e89ead5
* TvInputHal: AOSP refactor on TvInput HalDomi Papoi2015-10-061-0/+5
| | | | | | | | Change access modifiers and qualify methods with virtual, to allow extensions. Add facility for loading customizations (Extended classes) dynamically. Change-Id: I9f57792ca8617a4ad95a237f6fe77e38ba304dbd
* Make the MIDI Manager optional, enabled by "android.software.midi" featureMike Lockwood2015-03-271-0/+1
| | | | Change-Id: I76d442ea28beea4b9e2876bfef501d8f61403702
* DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-201-0/+1
| | | | | | | | There's no need for it to be in frameworks/base/core, since it will only be used by services. Bug: 19704592 Change-Id: I2f5277eca848b7000ca46db575e8602eacb5c8bd
* resolved conflicts for merge of 4cbee7d2 to lmp-mr1-dev-plus-aospNick Kralevich2014-09-201-4/+0
|\ | | | | | | Change-Id: Ibed2d1ef98e13b7d50781020502665620ab15659
* | First iteration of a public UsageStats APIAdam Lesinski2014-07-181-0/+1
| | | | | | | | | | | | | | | | | | | | UsageStats API that allows apps to get a list of packages that have been recently used, along with basic stats like how long they have been in the foreground and the most recent time they were running. Bug: 15165667 Change-Id: I2a2d1ff69bd0b5703ac3d9de1780df42ad90d439
* | Restrictions ManagerAmith Yamasani2014-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mechanism to register a provider for requesting an administrator to respond to permission requests. Request format and response format constants. Description of manifest template for static restrictions. Int type introduced in RestrictionEntry. Needs more javadoc and better description of manifest templates, including specifying the XML attributes. Change-Id: I5a654d364e98379fc60f73db2e06bf9a8310263d
* | Initial implementation of new voice interaction API.Dianne Hackborn2014-04-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gives a basic working implementation of a persist running service that can start a voice interaction when it wants, with the target activity(s) able to go through the protocol to interact with it. It may even work when the screen is off by putting the activity manager in the correct state to act like the screen is on. Includes a sample app that is a voice interation service and also has an activity it can launch. Now that I have this initial implementation, I think I want to rework some aspects of the API. Change-Id: I7646d0af8fb4ac768c63a18fe3de43f8091f60e9
* | Build logtags for servicesAlan Viverette2014-03-171-0/+4
| | | | | | | | Change-Id: I6a146ae46df1a9d215fcf5bab7a2ef1876b94a1e
* | Make UsbService optionalAdam Lesinski2014-02-181-8/+27
| | | | | | | | | | | | | | Tweaked the services Android.mk to build dependencies when building with mm[m]. Change-Id: I6dad511c652bcacc085f27ede5f8f22a6982c6bd
* | Check feature bits before loading optional servicesAdam Lesinski2014-02-051-14/+10
| | | | | | | | | | | | | | | | At startup, we check with PackageManager whether a system service is available before attempting to load it. A system service is available if its associated feature (similar to hardware features) is present. This does not remove unavailable services from the compiled jar. Change-Id: I13571805083aa4e65519a74acb52efd17b9fb3d7
* | Only compile the services jar and so when using mmmAmith Yamasani2014-01-091-0/+3
| | | | | | | | | | | | Don't build the tests when using "mmm frameworks/base/services" Change-Id: If1895598381bd0fce0b4d7f5e879f154d8fc44d0
* | Include subdirectory Android.mks.Ying Wang2014-01-091-0/+1
| | | | | | | | Change-Id: I6e6bc721dbcf127b52f2a60f255c9fc677d3be29 (cherry picked from commit c459bfea7e7be4343387dee137d4a5be9742fd91)
* | Wrap some services into a SystemServiceAmith Yamasani2013-12-201-1/+1
| | | | | | | | | | | | | | | | These services can now be excluded by modifying the list of REQUIRED_SERVICES (TB renamed) Changed appwidget, devicepolicy, backup and print services. Change-Id: Id8e2855d5c045cd57bdb02dca9ed75172803bce7
* | Move some system services to separate directoriesAmith Yamasani2013-12-191-0/+45
|/ | | | | | | | Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-17/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+17
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-17/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+17