summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Declare CAST_SETTINGS activity.Jeff Brown2014-08-191-0/+1
| | | | | | | Currently this is the same as the WIFI_DISPLAY_SETTINGS activity although we may eventually split them apart. Change-Id: I4c4482792abc3d3d22fb50ee9657b536374a618f
* Switch to listening for USER_INITIALIZE broadcast in the Settings app.Alexandra Gherghina2014-08-181-2/+1
| | | | | | | | | The PRE_BOOT_COMPLETED broadcast is no longer sent when creating a new profile. Also, we no longer listen to BOOT_COMPLETED as that adds too much overload. Bug: 17102460 Change-Id: I05eb56c7a05748e8a91b9717966c20ac586d90ef
* Remove temporary workaround for GMS TrustAgent while API changed.Jim Miller2014-08-151-5/+0
| | | | | | Fixes bug 16401527 Change-Id: I2e892664ecbdd1cd893f521f2181bc6840ba027e
* Merge "Fix bug #16703191 APN settings shows back button even when you intent ↵Fabrice Di Meglio2014-08-151-2/+5
|\ | | | | | | into it" into lmp-dev
| * Fix bug #16703191 APN settings shows back button even when you intent into itFabrice Di Meglio2014-08-151-2/+5
| | | | | | | | | | | | | | | | - change a bit the way we recognize a SubSetting. Now we can pass the new ":settings:show_fragment_as_subsetting" Intent extra for forcing it. - convert ApnSettings to a SettingsPreferenceFragment Change-Id: I22167ad317530c0a58c4d522a72826f9d34ad2d3
* | API review - move confirm credential constants from IntentJim Miller2014-08-131-1/+5
| | | | | | | | | | | | | | | | Moves constants from Intent to KeyguardManager. Fixes bug 17006280 Change-Id: I8ee1f534816a3fe823ad44479e227ba6d3675389
* | Add action targets for voice input and usage access settings.Dianne Hackborn2014-08-121-0/+30
|/ | | | Change-Id: I5ea0b34ed440b2cfdce0c63e2c4976c89202eb64
* Add voice-only settings activities for airplane mode.Barnaby James2014-08-081-0/+11
| | | | | | This activity can only be triggered through the Voice Interaction API - e.g. from calling VoiceInterationSession.startVoiceActivity() Change-Id: I39ac409824693bc82e53d707a1ece2b23a89f3a3
* Merge "Update to use new UsageStats API" into lmp-devAdam Lesinski2014-08-081-1/+1
|\
| * Update to use new UsageStats APIAdam Lesinski2014-08-071-1/+1
| | | | | | | | Change-Id: Ic6f9523c4c70f8b832d8f57551417f4f19ea144f
* | Merge "Ask about redacted notifications after setting up a secure lock" into ↵Adrian Roos2014-08-051-0/+1
|\ \ | | | | | | | | | lmp-dev
| * | Ask about redacted notifications after setting up a secure lockAdrian Roos2014-08-051-0/+1
| |/ | | | | | | | | Bug: 14437890 Change-Id: I54cf355242375e8c7968c7d27c441fbd0a54cef2
* | Settings: New application-level notification settings.John Spurlock2014-08-051-5/+10
|/ | | | | | | | | | | | - Convert the old application-level dialog to an activity. - Move the settings icon to the new activity (out of the list). - Add a custom application header, similar to the switch bar style. - Use the ubiquitous vector gear for the settings icon. - Migrate old checkboxes to switch prefs, add new summaries. - Remove obsolete artifacts. Bug:16396715 Change-Id: I857e3cf448b79f44fe1c242e6020f5214434c00c
* Removing lock screen app widget codeSvetoslav2014-07-311-12/+0
| | | | | | | This feature is no longer suppored and this change removes the related code from settings. Change-Id: I156107740f20b096f44fa2880ef6dcad9f311a73
* Implement SET_PROFILE_OWNER intentAmith Yamasani2014-07-291-0/+9
| | | | | | | | | | | | | This will be shown when a system priv-app tries to add a profile owner to a device that's already been through setupwizard. Refactored the Add Device Admin dialog to also be used for this purpose with additional warning text. Also, make sure that profile owners cannot be deactivated. Bug: 16207721 Change-Id: I25499a22718b2219a5a56b158ca2681243751549
* New activity that asks users to confirm their pattern. DO NOT MERGEJay Civelli2014-07-291-0/+10
| | | | | | | | | | Adds an activity that prompts the user for their PIN/password/pattern. cherry-pick from master b88e8577b9049392aa50649cb40edc845d43d689 Bug 16242766 Change-Id: I3468215a8ac522a06de6573c93a5f5a6dc72ee2d
* Settings: Carve out app-level notifcation settings dialog.John Spurlock2014-07-281-5/+11
| | | | | Bug:16208321 Change-Id: I46574618518e8fe4cbef70e80204cc7bb7cb76e9
* Fix strings for Wi-Fi Assistant dialog.Jeff Davidson2014-07-281-1/+1
| | | | | | Remove some redundant strings that are no longer needed. Change-Id: I039839989358efa322bac13129d91f7c764fd387
* Merge "More fixes for QuickLaunchSettings" into lmp-devFabrice Di Meglio2014-07-241-2/+5
|\
| * More fixes for QuickLaunchSettingsFabrice Di Meglio2014-07-241-2/+5
| | | | | | | | | | | | | | - use DialogWhenLarge on tabletUI - update layouts for following Material theme Change-Id: If7aa153168eae9d2e72c50e4ae38bcd2fa6bb4bd
* | Merge "Fix bug #16515550 Settings app crashes for intent ↵Fabrice Di Meglio2014-07-241-3/+4
|\ \ | |/ | | | | com.android.settings.QUICK_LAUNCH_SETTINGS" into lmp-dev
| * Fix bug #16515550 Settings app crashes for intent ↵Fabrice Di Meglio2014-07-241-3/+4
| | | | | | | | | | | | | | | | com.android.settings.QUICK_LAUNCH_SETTINGS - make it work again (what a code...) Change-Id: Ic71d8e40ff8a5e0c663fd40655e4f4cc31bc8caf
* | Added SIM Card Activity to SettingsPauloftheWest2014-07-241-0/+14
|/ | | | | | | | | | + Added SIM Card menu to Settings menu + Added SIM card detail dialog when selecting a SIM Card + Added ability to select the default SIM for Cellular data, Calls, and SMS Bug: 16241745 Change-Id: I43437aa4c591c5097a8865d564f88726671e1b7d
* Adds cross-profile intents for Settings screens.Alexandra Gherghina2014-07-241-1/+85
| | | | | | | This is needed for settings that are handled in the primary profile app. Bug: 16369104 Change-Id: If3ec3866778282219267481b8f419774f7f2c9de
* Merge "Fix how Home Activities are refreshed" into lmp-devFabrice Di Meglio2014-07-231-14/+0
|\
| * Fix how Home Activities are refreshedFabrice Di Meglio2014-07-231-14/+0
| | | | | | | | | | | | | | | | | | - remove that HomePackageReceiver from the AndroidManifest that could force Settings to run - use a HomePackageReceiver into HomeSettings and DashboardSummary - fix also the BatteryInfoReceiver for refreshing the Dashboard Change-Id: Id3891529fc176e7e4c450f2ce723f8ac2af66c58
* | Data Usage, materialized!Jeff Sharkey2014-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Asset drop so Data Usage matches new Material spec. Removes time dimension sweeps, so we now summarize the entire visible axis. Fix time axis labels to not draw outside clip bounds. Remove pie chart. No more checkboxes in menus. Telephony items like roaming are moved back to cellular settings. Start wiring up multi-SIM support. Bug: 15760500, 16019700, 16289924, 16303795 Change-Id: Ie8f4821962319bb82ff4bc2f13f1f66ba1bdfe65
* | Merge "Add Home / Launcher apps indexing" into lmp-devFabrice Di Meglio2014-07-221-0/+14
|\ \ | |/
| * Add Home / Launcher apps indexingFabrice Di Meglio2014-07-221-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | - add a BaseSearchIndexProvider to HomeSettings - use a BroadcastReceiver for tracking add or remove of Home / Launcher apps - add "launcher" synonym for "home" too - also code cleaning for DynamicIndexableContentMonitor See bug: #16484927 Add "launcher" as a synonym for "home" in settings search Change-Id: I819f4e5f7bd5e9a7882609206b2733ea1912fc69
* | Revert "Revert "Move global sync settings to AccountSettings.""Alexandra Gherghina2014-07-221-11/+11
| | | | | | | | | | | | This reverts commit 4869faf46559c54a34b969b5ae5391a208e723af. Change-Id: I58df9b8161d711a9c0187af1f1a1dc279fb9d9ab
* | Revert "Move global sync settings to AccountSettings."Alexandra Gherghina2014-07-221-11/+11
| | | | | | | | | | | | This reverts commit 64fde6f4e9404a363f577a9fda424affcb5138e4. Change-Id: I61940b6e2936c7c7f048af222602226e5588c268
* | Move global sync settings to AccountSettings.Alexandra Gherghina2014-07-221-11/+11
| | | | | | | | | | | | | | | | It also makes AccountSettings respond to the SYNC_SETTINGS intent, which it is currently triggered by Calendar and could be triggered by Gmail. Bug: 16076571 Change-Id: I2c55262a87e46ba88f36a90a2f8f27d08f88e851
* | Remove inversion quick settings toggleAlan Viverette2014-07-211-15/+0
| | | | | | | | | | | | | | Also removes remnants of contrast preference screen. BUG: 16303790 Change-Id: I9833b53e187e5f41c0442bcbaf9b728d55577d88
* | Hide Settings launcher icon for a managed profileAlexandra Gherghina2014-07-181-0/+7
|/ | | | | | | This makes the Settings icon disappear at the next reboot. Bug: 16369104 Change-Id: Ic0a394413a0f2dc573d340394d2cd24388535856
* Merge "NotificationStation: Fix crash, use dark theme" into lmp-devChristoph Studer2014-07-141-1/+1
|\
| * NotificationStation: Fix crash, use dark themeChristoph Studer2014-07-141-1/+1
| | | | | | | | | | Bug: 15899979 Change-Id: Ieaa65e300cdc9cbed83b601b7a972a1e245c4961
* | Handle android.settings.HOME_SETTINGS intentAmith Yamasani2014-07-141-0/+15
|/ | | | | | | Launch the Home picker activity for the new public intent. Bug: 16303152 Change-Id: I91cfffdec6c8ed13d3b0e57d7903b4a06dcbb6e6
* Don't put credentials in results from externally accessible activitiesPaul Lawrence2014-07-101-0/+9
| | | | | | | | | ConfirmLockPattern and ConfirmLockPassword return an intent that contains the password, and as such are dangerous. Create internal versions that are locked down, and don't put this info in the externally accessible versions. Bug: 13741939 Change-Id: I0df4d1e720b3c33d2c9ca086636dc54f17b19bf0
* Enable OEM unlock checkbox in Developer SettingsAndres Morales2014-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | For Volantis+ devices, we will give users the ability to enable OEM unlock through Developer Settings. To do so, we must write the value to the last byte of a special partition that does not get erased even after factory reset. This feature will only be available on devices with the persistent data partition, thus the checkbox is only visible for devices that meet this requirement. This depends on https://googleplex-android-review.git.corp.google.com/#/c/495350/ DD: go/factory-reset Bug: 14288780 Change-Id: I8f80b950bc101a1067912faf221391bf0dd826b7
* Added Saved networks UI to WifiPauloftheWest2014-07-081-0/+16
| | | | | | | | | | | | | | + Added Saved networks to Overflow menu + Moved WPS Pin Entry from Overflow menu to Advance Setting Activity + "Automatically manage Wi-Fi : Let a Wi-Fi assistant manage your connection" + "Wi-Fi assistant : <selected assistant> [cog secondary hit target] + MAC address & IP address list items have the static italic style - "Avoid poor connections" from Advance Settings - "Wi-Fi optimization" from Advance Settings Bug: 15698824 Change-Id: Ieb25b29874752db07398dcb200ec07862779f507
* Settings: Update to follow new volume design.John Spurlock2014-07-071-15/+0
| | | | | | | | | | | | | | | | | - "Sound & Notification" (not Notifications) - Remove ringer-mode pref. - Add zen-mode pref to renamed "Interruptions" screen. - Implement two separate "Sound" & "Notification" sections. - Remove "Showing notifications" screen, migrate settings. - Remove custom category styling now that we have a platform style. - Implement new "days" sleep mode and corresponding dialog pref. - Corresponding changes to indexable resources. Associated frameworks/base change: I35afe38646f04d2ba0dbac11c2c6356120a33694 Bug:15831713 Change-Id: I6ed56791784968adfbd684f490dbbebed285a2dd
* Fix bug #16020502 I can crash Settings with java.lang.ClassNotFoundException:Fabrice Di Meglio2014-07-011-10/+0
| | | | | | | | ...Didn't find class "com.android.settings.users.AppRestrictionsFragment$Activity" - remove it from the AndroidManifest Change-Id: I135d9268b9959f0f01df79aade61fe087eebaeed
* Disable auto-backup for Settings AppFabrice Di Meglio2014-06-301-1/+2
| | | | | | | - we dont want Settings data to be backed-up so add android:allowBackup="false" to the AndroidManifest Change-Id: I1165a37ecdd18c6a6526ce8b9a9576d9bbfd415b
* Revert "Add default Dialer preference to Settings"Yorke Lee2014-06-191-10/+0
| | | | | | This reverts commit d4720d98723db76b8ce9e9e7385582f99d849ee6. Change-Id: I0cfc0506619892360e42a62c6bdbf6d2d3186e1c
* Add default Dialer preference to SettingsYorke Lee2014-06-161-0/+10
| | | | | | | | | | Add a Default phone app setting under wireless settings, and also a dialog activity that allows a user to confirm the selection of an application as a default phone app. Bug: 6948882 Bug: 15021725 Change-Id: I2c1473feba20da01b14fbd30dbecc01be560479d
* am 3864cda8: Merge "In a document centric world, hiding from recents makes ↵Dianne Hackborn2014-06-121-55/+26
|\ | | | | | | | | | | | | no sense." into lmp-preview-dev * commit '3864cda8fd9f136838481e07c4bd942012eb67ec': In a document centric world, hiding from recents makes no sense.
| * In a document centric world, hiding from recents makes no sense.Dianne Hackborn2014-06-111-55/+26
| | | | | | | | Change-Id: I462649a0663cc54c60303392168624483d6a1e17
* | Set quantum pattern for crypt dialogsPaul Lawrence2014-06-111-1/+1
| | | | | | | | | | Bug: 14883421 Change-Id: Icd2c99c3f483d1a9b6571fa1e124322fbf6f3289
* | am e9ee5e2c: Merge "Settings: Battery saver settings sub-page." into ↵John Spurlock2014-06-111-0/+16
|\ \ | |/ | | | | | | | | | | lmp-preview-dev * commit 'e9ee5e2cede8d7e8fd7791113903df7eff1ec75a': Settings: Battery saver settings sub-page.
| * Settings: Battery saver settings sub-page.John Spurlock2014-06-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New battery saver settings page, accessed via the power usage settings overflow menu. The settings page has a master switch to toggle battery saver mode, feature disclosure text, and a preference to configure the automatic trigger level. Remove developer checkbox now that this option has a real home. NO_SQ: multi project change Bug:13329308 Change-Id: Iac54238f3406439711b44a3c17f220ac5e370a37