summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2021-08-09Fix launch flags for channel panelJulia Reynolds
To fix the interaction with the sound picker Test: launch sound picker from panel, ensure result saved Test: launch sound picker from panel, cancel Test: launch more than one panel, make sure all can be edited Test: change sound from full channel settings page Fixes: 195739942 Change-Id: I9df86507f8f0cfdd1b0935ca9fe056d24b6d6eac
2021-07-06Add comment to AndroidManifestWeng Su
- Wi-Fi result data will only be returned from WifiDialogActivity if the calling package has location permission. Test: add comment only, no test required. Bug: 185126813 Change-Id: I81c4d801c4ee211f43a1688a62daaff3b47eae1a
2021-07-02Merge "Remove credential management app Settings" into sc-devAlex Johnston
2021-07-01Correct the choose screen lock pageMill Chen
The choose screen lock page didn't apply the right theme during the enterprise flow. That is because an intent extra of setup wizard wasn't properly passed to the next page. In this change we made sure the intent extra is able to properly pass to the next page. We also removed the wrong theme for setup choose a screen lock page since the wrong theme made this page broken. The setup choose a screen lock is a sub setting page that wasn't implemented by using SUW library, so it should not use GlifLayout theme. With this update, the choose a screen lock page still keeps the background color of Settings, that is different from the one of setup flow. Bug: 190499041 Test: manual test Change-Id: I9dceee6a398c7e7b487dd8e4046f71f76cc50e36
2021-06-30Remove credential management app SettingsAlex Johnston
* Update string and icon * Flip icon if languate is RTL e.g. Arabic * Add dialog when 'Remove app' is selected * Add Material Next theme to dialog * Update string terminology when removing a CA or user certificate to from 'remove' to 'uninstall' * Final UI tweaks to RequestManageCredentials screen Screenshots * Light mode: https://screenshot.googleplex.com/66QKFLhtn6ZueZQ * Dark mode: https://screenshot.googleplex.com/9kkTaaDV6CiHudF * RTL: https://screenshot.googleplex.com/AkwSibXakARYM8H * Request light mode: https://screenshot.googleplex.com/6n6raBQ8drXRHcU * Request dark mode: https://screenshot.googleplex.com/3bmWNoTwE6JBqAX Bug: 189416800 Test: atest CredentialManagementAppButtonsControllerTest manual testing with TestDPC Change-Id: I5450d33603418930e92b03c4447aaa1095afe9a3
2021-06-29Fix crash on notifcations/device admin add pagesTsung-Mao Fang
Do not apply window action bar in collasping tool bar activity. Fix: 192291587 Test: Go through most pages in Settings app. Change-Id: I4eafb92b67cd3a9e08d04e4aae007aa473f810dd
2021-06-28Merge "Consistent color between status bar and app bar" into sc-devTreeHugger Robot
2021-06-24Merge "Update to modern Bluetooth permissions." into sc-devJeff Sharkey
2021-06-23Update to modern Bluetooth permissions.Jeff Sharkey
The Settings app offers several Bluetooth intents, and they need to be updated to enforce the new "Nearby devices" runtime permission model, since the old BLUETOOTH and BLUETOOTH_ADMIN permissions have been deprecated. Bug: 191174082 Test: TH Change-Id: I0d812f486bc3dadc517d5b04d3082d4f56f60ef4
2021-06-23Consistent color between status bar and app barTsung-Mao Fang
In Android S, we add the transparent color to navigation bar and status bar for consistent color between status bar and app bar. So, we should add this change for oveall setting theme since most pages should apply new app bar now. Thus, we don't need to override the subsetting style for different activities one by one. Homepage doesn't have new Android S tool bar, so we shouldn't adopt it. Test: Try to launch all the pages as many as possible. Fix: 190797935 Change-Id: Ic4083de5477371f1d0eea2d66f020e4469fa3f86
2021-06-18Add handoff activity to parental consent flow.Joe Bolinger
Bug: 188847063 Test: manual Change-Id: Ib6f38aae487a536fb8e85d608a22378a17c1bc64
2021-06-16Add plumbing and placeholder screens for parental consent flow.Joe Bolinger
Bug: 188847063 Test: adb shell am start -a android.settings.BIOMETRIC_ENROLL --ez require_consent true Test: atest com.android.settings.biometrics.ParentalConsentHelperTest Change-Id: Ie136036d5f550775fd0b021979581a5d222f1b68
2021-06-14Merge "Fix ToggleSubscriptionDialogActivity dialog theme." into sc-devPeter Wang
2021-06-11Fix ToggleSubscriptionDialogActivity dialog theme.Peter Wang
Bug: 185415478 Test: Local Change-Id: Ice4c826bb2ecc5dacc7a54c2840a0d5f83d5757c
2021-06-11Merge "Correct the app bar color theme of Digital Assistant app" into sc-devTreeHugger Robot
2021-06-09Correct the app bar color theme of Digital Assistant appYanting Yang
Fixes: 190450049 Test: visual Change-Id: Ib3ff19bd8a00060400960fd92060ac7b136fd3d5
2021-06-07Update the theme to fix background color problemMill Chen
The action bar in the some setting pages has different background colors when the action bar is in collapsed mode. These pages are using the default settings theme that doesn't include edge-to-edge setting. This can be fixed by assigning SubSettings theme to this activity. Fix: 189189879 Fix: 188110157 Test: visual verified Change-Id: Ie8d9b4c950e6a8ab5a7e361f94b8587d854b3b70
2021-05-31Merge "Update Policy transparency dialog layout" into sc-devTreeHugger Robot
2021-05-27Fix the color problem at top/bottom border when page transitionSunny Shao
Fixes: 183361867 Test: manual test Change-Id: Ia1b418adaeacd68fa6904ace8a0b2818c2d9d9be
2021-05-27Update Policy transparency dialog layoutEdgar Wang
- Update icon - Fix color didn't apply dark theme. Bug: 188756125 Bug: 189167991 Test: manual Change-Id: Ie975c8999efe352fc9485d936a065d33e5ca76b1
2021-05-26Merge "Add icon declaration in metadata for injected activities" into sc-devJason Chiu
2021-05-25Add icon declaration in metadata for injected activitiesJason Chiu
Settings injection no longer supports auto-load the component icon when metadata doesn't contain icon and icon_uri. Copy the icon resource from the activity to metadata. Bug: 186801104 Test: visual Change-Id: I3a90bbb5e27eb0f4491d57b1412b14a326fca0a7
2021-05-25Remove silky flag from Apps for official releaseYanting Yang
Remove the silky condition and clean up redundant files. Bug: 183670633 Test: robotests & visual with turning on/off silky home Change-Id: If6df8a4191d5750edca22dd94b99c43ccebf2e04
2021-05-20Merge "Fix UnsupportedOperationException in Display Settings" into sc-devArc Wang
2021-05-20Fix UnsupportedOperationException in Display SettingsArc Wang
Remove android:textColorHint from Theme.Settings to fix the regression. This is a quick fix, each EditText should set its hintTextColor attribute before there is a fix to apply the attribute globally in Settings APP. Bug: 188405076 Test: manually launch 'Font size' and 'Display size'. Change-Id: If3313be47e0c3e8ce9d41a6e87cdf2e7067ce54b
2021-05-19Merge "Visual update for FaceSettings" into sc-devTreeHugger Robot
2021-05-18Visual update for FaceSettingsMill Chen
This includes the following changes: - Remove the face animation from FaceSettings page - Correct the color filling of collapsing toolbar - Make the button align with other settings - Remove the seperator Fix: 186804060 Fix: 187882118 Test: visual verified Change-Id: I4b7679ced0c420b4d23a3c326ac2a93734c0b8bb
2021-05-17Expose Lock screen settings page.Silin Huang
Test: atest Bug: 188105349 Change-Id: I7646f712608076037634c26d2334de4367b4452b
2021-05-12Fix task affinity for NotificationAccessConfirmationActivityGuojing Yuan
Fix: 186029669 Test: manual Change-Id: I366d4d6502d6d89b3d9d53d9190f376f678bccc1
2021-05-07Merge "Wallet/controls - Migrate existing settings" into sc-devTreeHugger Robot
2021-05-06Merge "Update the theme for Notification history page" into sc-devJulia Reynolds
2021-05-06Wallet/controls - Migrate existing settingsMatt Pietal
Step 2 of 2. Move wallet settings from System -> Gestures -> Power Menu to Display -> Lockscreen. Split the existing sensitivity setting into two separate toggles to give users better control of their privacy settings. Bug: 185597511 Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.display Change-Id: Ifc390945a45258bbcc3c0a6ac67a0c4a3f7a9e91
2021-05-06Merge "Fix color filling on some Wifi pages" into sc-devTreeHugger Robot
2021-05-06Update the theme for Notification history pageMill Chen
Fix: 187241188 Test: visual verified 1) Enable the light theme 2) Settings > Notifications > Notification history 3) See if the color of icon in the status bar is white Change-Id: I2f198a10b71d0d0f7c92db0feab2154a1c8f25c6
2021-05-05Fix color filling on some Wifi pagesMill Chen
Since there's no edge-to-edge in the theme that Wifi page applied, it caused the different colors filled in status bar and collapsing toolbar area separately. It can be fixed by updating the theme to Theme.SubSettings. Fix: 187016196 Fix: 187021412 Test: visual verified Change-Id: I686861c37acfb1eeddda1278cd70fa5bfd44cc1d
2021-05-05Fix the different color between status bar and action barSunny Shao
- use the Theme.SubSettings Bug: 186608887 Test: manual review Change-Id: I15392e7555472622a4eee3bad11ae8d69d03b438
2021-05-04Remove the Summary of Backup in System SettingsEdgar Wang
Fix: 182357397 Test: manual and robotest Change-Id: Ic6b08cfd23947af82fd1e9075dd5f698168127ac
2021-04-23Combined biometric settings implementationMill Chen
There will be multiple biometrics authentications existing at the same time, so we added a new page for multiple biometrics to control biometrics settings. Bug: 183449119 Test: manual test Change-Id: I359082caf771e07dfd5b24973cb8a3cf372c1b30
2021-04-21Merge "Remove "Device Controls" from Settings" into sc-devMatt Pietal
2021-04-21Merge "RequestManageCredentials dark theme" into sc-devAlex Johnston
2021-04-20RequestManageCredentials dark themeAlex Johnston
Manual testing steps * Enable dark theme via Settings > display * Install TestDPC and select 'Request to manage credentials' * Verify dark theme is displayed (including light text) Bug: 177901172 Test: atest com.android.settings.security.RequestManageCredentialsTest manual testing Change-Id: I6db1361ffcbf1e193673eb5ca7ef3f403d5023b1
2021-04-20Remove "Device Controls" from SettingsMatt Pietal
Both device controls and wallet have moved to new areas outside of the power menu. In step 1, we are removing the device controls settings, as the user can now fully control availability within the new Quick Settings device controls tile. Bug: 185597511 Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.gestures Change-Id: Ib9a8c36c0532c095e58bc0ec085b788fc84945d7
2021-04-16Apply the correct style to Battery and Storage pageMill Chen
Since some pages were styling the action bar programmatically before, the color of collapsing toolbar will be overridden. Removing them will fix the problem with inconsist color. This change also fixed some pages with inconsist theme. Bug: 185444608 Test: visual verified 1) Settings -> Battery / Storage 2) Scrolling the collapsing toolbar and make it collapsed 3) Observe and see if the color of toolbar is different from the one of status bar Change-Id: I5e792747ea3f4deb05428ea5afe6a64f29f9da89
2021-04-15Merge "Cleanup Storage Settings" into sc-devTreeHugger Robot
2021-04-14Only one action bar neededJulia Reynolds
And it's provided by the Activity. Test: notification history does not crash Bug: 184695659 Change-Id: I5a4c882c42b894601306826006152684bb499b51
2021-04-14Restyle notif history to beter match shadeJulia Reynolds
Test: manual Fixes: 184695659 Fixes: 183949048 Fixes: 184695652 Fixes: 185271315 Change-Id: I79a937d7d64e6bdf0014ce3f939e6e96690556b9
2021-04-14Cleanup Storage SettingsArc Wang
Bug: 183078080 Test: make make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.deviceinfo make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.deviceinfo.storage atest com.android.settings.deviceinfo atest com.android.settings.deviceinfo.storage Change-Id: I901f5f7999ea94dafb72a2517a11e2ff1fd51b42
2021-04-12Merge "NAS Setting Migration" into sc-devChloris Kuo
2021-04-10NAS Setting MigrationChloris Kuo
Change NAS setting to a toggle setting and move the settings to Notifications/General Bug: 173106358 Test: tested manually on device, make RunSettingsRoboTests Change-Id: I1ba1214511dceea6faf5fb39692d920e761b33d8
2021-04-09Fix intent String for starting profile management page in ManifestPeter Wang
Bug: 170507492 Test: Local Change-Id: I6c3f36f1dd99eb4b380dce7218f85757d350bc42