summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/CreateShortcut.java
Commit message (Collapse)AuthorAgeFilesLines
* Update for shortcutsJason Monk2015-06-161-1/+1
| | | | Change-Id: If28d540fd9e300b9c26d5cb6869be3d475124e9e
* Clean up settings shortcutsJason Monk2015-06-111-1/+52
| | | | | | | | | - Remove some bad entries - Fix icons to be top-level item specific - Add memory Bug: 20632230 Change-Id: I067b467b9ee354b52ef61b312dc5a89fd7eae2ac
* Move some Tethering code to SettingsLib to shareJason Monk2015-02-121-1/+2
| | | | Change-Id: I43a356f2a14af4a15d1827919c39bbd1a04d3a94
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* Don't show tether settings in shortcut pickerAmith Yamasani2013-06-111-0/+23
| | | | | | | | On devices that don't have tethering options, don't allow user to create a shortcut to the tether settings. Bug: 6865610 Change-Id: I2ebbd6ef98391ef3fe74130570bd9b70108a2aa9
* Move icons to mipmap.Ying Wang2010-11-231-1/+1
| | | | Change-Id: If3bd32658300cb028411d1aa7a3f56d8c1d234eb
* Updated visual look for Shortcuts selection.Amith Yamasani2010-11-041-3/+28
|
* Give an icon to Settings shortcuts.Romain Guy2009-07-161-0/+2
|
* Some cleanup of settings launching, adding shortcuts.Dianne Hackborn2009-06-241-0/+25
- 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.