summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* New top-level Dock in Settings and a Dock Settings screen with Audio item. ↵Amith Yamasani2010-01-151-0/+13
| | | | | | | | | | #2367275 Add a new top-level setting for car/desktop dock settings. Sub menu contains one item - Audio (settings) Sub text for Audio shows current docked status and launches either the audio settings or a dialog saying that you're not docked and you need to buy a new dock from Google (kidding).
* b/2367861 Auto connect if the user turns on BT while docked.Michael Chan2010-01-141-0/+1
| | | | Change-Id: I855d0448af9c9c665fb8288c83cd13ae9c3d6050
* b/2296110 Car Dock - Stop service when done processing each command. Clean ↵Michael Chan2009-12-091-11/+11
| | | | | | up logs. Change-Id: I92124d2856e6c825a2b4148473431789a1f5b156
* b/2296110 Dialog for setting up dock audio.Michael Chan2009-12-071-8/+2
| | | | | | | | | Reimplemented as a Foreground Service just so it can get on top of the Car Dock App. Added debounce mechanism to not disconnect immediately after getting a undock event. Each dock now has its own "Remember setting". Remember Settings is on by default Change-Id: I80790bdb7c831e2a642365b92433012191aa70c1
* b/2296110 New Dialog which appears when phone is place on dock.Michael Chan2009-12-031-0/+16
| | | | Change-Id: I58b216ee9b4ca9ce16210309358c0512271e128e
* Fix for 1974140. Delete entry if not valid on hitting home.Amith Yamasani2009-10-281-1/+1
| | | | | | | If user doesn't enter an APN or name, then delete the entry on hitting home. And if user has enough information but doesn't enter a name, then set the name to "Untitled" to avoid blank APNs in the list.
* Fix 2147749: Make Settings.ACTION_SOUND_SETTINGS workAmith Yamasani2009-09-291-0/+1
| | | | Added the official action to the Settings manifest.
* b/2142065 Added Bluetooth API to allow developer to request the user's ↵Michael Chan2009-09-281-0/+19
| | | | | | permission to enable discovery mode. Change-Id: I6da1598661ad05b4cfd2b7cc81e05d3053df5777
* Add CredentialInstaller.Hung-ying Tyan2009-09-281-1/+8
|
* Add Safety information to Settings > About PhoneWink Saville2009-09-261-0/+9
| | | | | | | | | | The Safety information link is stored in a system property, ro.url.safetylegal If the phone has data connection, select "Safety information" menu will open the Safety information link. If there is no data connection for the phone, a message will pop up which ask user to open Safety information link from PC. Change-Id: Ia46e2e868ebcda93138cb9f00c978d8ac827022a
* Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns offDianne Hackborn2009-09-231-2/+4
| | | | | | These dialogs should clear. Change-Id: Ie78212c1bd112d1f2f7a05f2d23eb9b5c9f02131
* New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178Amith Yamasani2009-09-231-0/+13
| | | | | Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting And 2098232: "Set unlock pattern" should be at the top of the section
* SecuritySettings: use Credentials instead of CertTool.Chia-chi Yeh2009-09-221-1/+2
| | | | Also remove unused classes which will be replaced by CertInstaller.
* Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-171-7/+11
| | | | | | | | Move Factory data reset to About phone. Show input method when dialog to enter/edit new dictionary word is displayed. Add title to Accessibility settings.
* Fix string name for bluetooth pairing and fix NPEJaikumar Ganesh2009-09-161-1/+1
| | | | Change-Id: Ibfd0e1e1ed3e1a1e5939d0bdffd17e2e929317b1
* Enable cert install from sdcard in Settings...Hung-ying Tyan2009-09-161-1/+0
| | | | And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
* Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-151-0/+1
| | | | | | | | to prevent apps from changing the hardware behind its back. Fixes b/2041941 Lock screen flashes the screen very bright before dimming Change-Id: Ic4faa008357fd3d74225ba90f05801c5127fd8c0 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Modify settings for 2.1Jaikumar Ganesh2009-09-111-1/+1
| | | | | | | Add incoming pairing dialog Add DisplayPasskey handling of pairing keyboards with 2.1 devices. Modify code path to show errors when bonding request fails. Misc fixes like string changes.
* Update AndroidManifest.xml for new Intent locations.Nick Pelly2009-09-111-5/+5
| | | | | | | This will fix a regression since the recent BT API changes. The settings app would have missed some Bluetooth events, especially pairing. Change-Id: Ia5e6371279feb389578e798fe11f1c239a4aa17b
* Improve running services to services managed by the system.Dianne Hackborn2009-09-031-0/+2
| | | | | | Also a little tweak to the animations preference. Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
* b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"Michael Chan2009-09-011-0/+1
|
* New UI for viewing and stopping currently running services.Dianne Hackborn2009-09-011-0/+12
| | | | Change-Id: I86012262635c911be23513aa0b027174b490374d
* Implement Bluetooth device pickerYue Lixin2009-08-191-0/+4
| | | | | | | Add Bluetooth device picker in Settings - add resource to support device picker - show different UI accroding to start Intent - add OPP profile manager
* Remove wallpapers pickerRomain Guy2009-08-131-11/+0
|
* Add new activity for picking live wallpapers.Dianne Hackborn2009-08-081-0/+11
|
* update the permissions for the AccountManagerServiceFred Quintana2009-07-231-0/+1
|
* Initial 2.1 bluetooth support.Jaikumar Ganesh2009-07-201-2/+2
| | | | Need to work with Strings and UI person to fix and later test everything.
* Improve VpnSettings start-up time.Hung-ying Tyan2009-07-181-2/+8
| | | | | | | * Changes + add orientation and keyboard config change in the manifest file. + remove state saving code + improve status checking time by doing it in one server connection.
* Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIALHung-ying Tyan2009-07-041-0/+2
| | | | Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.
* Clean up some of the intent filters in the manifest.Dianne Hackborn2009-06-261-0/+6
|
* Some cleanup of settings launching, adding shortcuts.Dianne Hackborn2009-06-241-6/+35
| | | | | | | | | - Move the battery usage item from applications to phone info. - Give the battery usage item a summary. - Fiddle with the manifest to make it so we can launch parts of the settings app without messing up launching of the main app. (That is, remove affinities so they each are treated as different tasks.) - Add the ability to make shortcuts to some key settings panels.
* Remove LAUNCHER category from VPN settings activity's intent filter.Hung-ying Tyan2009-06-141-2/+1
| | | | Also add preference summary to the VPN entry in the security settings.
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-121-0/+1
|
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-121-0/+14
| | | | | | | | | | | | | | | | | | | | | | PATCH SET 2: + Add import com.android.settings.R PATCH SET 3: + Remove @Override interface methods to be compilable by Java 1.5. PATCH SET 4: + Add import android.net.vpn.VpnManager PATCH SET 5: + Add license headers. PATCH SET 6: + Remove Constant.java and move the constants to VpnSettings. + Make AuthenticationActor implement DialogInterface's handlers. + Remove trailing spaces. PATCH SET 7: + Remove default username.
* Adding Text-To-Speech default settings in the Settings application.Jean-Michel Trivi2009-06-091-0/+7
|
* Implement the power-control widget.Ken Shirriff2009-06-081-4/+11
| | | | | | | | | This widget allows uses to turn on/off bluetooth, wifi, gps, and sync, and adjust brightness without going through the settings menu. The widget provider updates the settings when the buttons are pressed. The widget provider is also a receiver for events indicating that the status was updated elsewhere and the buttons need to be changed.
* Add detail page for Battery usage and track GPS and foreground CPU.Amith Yamasani2009-06-031-1/+10
| | | | | Show details such as Cpu time, Cpu foreground time, data sent/received, and GPS usage.
* Top level screen for App Fuel Gauge.Amith Yamasani2009-05-221-0/+6
| | | | | | | | | | | Shows sorted list of power usage (with some debug information) by the top 10 apps and subsystems. Doesn't yet take into account certain subsystems such as data network usage, audio/video DSP usage, Bluetooth and lights other than screen backlight. Screen, Idle, Wifi and Voice usage and CPU time are accounted for. Also need to add detail screens for each item and suggested actions.
* Require BIND_APPWIDGET to bind widgets.Jeff Sharkey2009-05-181-1/+1
| | | | See http://b/issue?id=1839074 for more details.
* Accessibility feature - settings (replacing 704 and merging with the latest ↵svetoslavganov2009-05-141-2/+9
| | | | Donut)
* AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-021-2/+4
| | | | Automated import of CL 144185
* Automated import from //branches/donutburger/...@141651,141651Jeffrey Sharkey2009-03-241-2/+2
|
* Automated import from //branches/donutburger/...@140841,140841Joe Onorato2009-03-241-1/+1
|
* Automated import from //branches/donutburger/...@140511,140511Joe Onorato2009-03-241-2/+6
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-10/+2
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-5/+5
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-8/+8
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+508
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-497/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-14/+3
|