TreeHugger Robot
b299d90b7f
Merge "Don't pass channel info for the bubble app page" into rvc-dev am: d6081039c6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11636410
Change-Id: I88d711322b1b3ea5f4e50f534bab68e7a5b17b96
2020-06-11 17:36:29 +00:00
Joshua Duong
928e81ae49
Merge "[adbwifi] Handle tls port changes." into rvc-dev am: 63facb88bd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11828521
Change-Id: If2438ebe5f39ba9543d3a74d27e71902f6f93c4e
2020-06-11 17:36:19 +00:00
TreeHugger Robot
d6081039c6
Merge "Don't pass channel info for the bubble app page" into rvc-dev
2020-06-11 17:23:56 +00:00
Joshua Duong
63facb88bd
Merge "[adbwifi] Handle tls port changes." into rvc-dev
2020-06-11 17:23:00 +00:00
Chen Xu
dd3324a326
rename "Emergency Alert" to "Public Warning" per IT requirements
...
Follow Italy Government requirements to rename setting string for
emergency alerts
Bug: 158094274
Test: Manual
Change-Id: Id969d0f6f9c0282ef3c122ef3ea04a64646024fe
2020-06-11 10:10:05 -07:00
markchien
17feecffae
Replace ConnectivityManager as TetheringManager
...
Tethering APIs are all move to TetheringManager from Android R.
1. Replace ConnectivityManager tethering API usage as TetheringManager.
2. Use TetheringManager#stopTethering to disable usb tethering instead
of using deprecated ConnectivityService#setUsbTethering
3. Use TetheringManager#stopTethering to disable bluetooth tethering
instead of directly use BluetoothPan#setBlueoothTethering. So bluetooth
getProfileProxy is not needed in TetherService because tethering would
do that when calling #stopTethering.
4. Also support TETHERING_ETHERNET entitlement check that
TETHERING_ETHERNET is new added from Android R.
Bug: 146918263
Test: atest TetherServiceTest
Change-Id: Id969f29d7210f2ee32719c76439049bbc86cd4f6
2020-06-11 23:36:59 +08:00
Mady Mellor
87e16f416f
Don't pass channel info for the bubble app page
...
Fixes: 157485149
Test: make SettingsUnitTests; adb shell am instrument etc
Change-Id: If8d9b446ed056996cda91fcc5e92c7077ff3ea5d
2020-06-11 08:33:45 -07:00
markchien
257b9bcdfa
Remove schedule recheck logic from TetherService
...
This change just remove unused code.
Tethering no longer ask TetherService to schedule recheck
(use #EXTRA_SET_ALARM) from Android Q. Intead Tethering
(EntitlementManager) would schedule the recheck by itself.
This change is necessary in order to move the resourcesout
of the framework because TetherService needs to know when
it need to re-run entitlement recheck from framework res
(config_mobile_hotspot_provision_check_period).
Bug: 146918263
Test: atest TetherSerivceTest
Change-Id: Ie45859c19b96d0689c45dd610501fae0506742ff
2020-06-11 23:28:49 +08:00
TreeHugger Robot
9c7fee15c7
Merge "Add a new SettingsCategoryPreference style" into rvc-dev am: ae1ed2508a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11818499
Change-Id: I2053f3304efdd472c0440de069299053da1b3784
2020-06-11 11:32:15 +00:00
TreeHugger Robot
7b63dda831
Merge "Add a new SettingsCategoryPreference style" into rvc-dev am: ae1ed2508a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11818499
Change-Id: I7d8fb6ae02a41c2cc76241e3d3cd3252dbc8d459
2020-06-11 11:32:02 +00:00
TreeHugger Robot
ae1ed2508a
Merge "Add a new SettingsCategoryPreference style" into rvc-dev
2020-06-11 11:16:55 +00:00
Jason Chiu
3c3f362125
Improve BT slice card loading performance
...
The bottleneck is getting LocalBluetoothManager the first time.
1. Initialize LocalBluetoothManager earlier and asynchronously.
2. Don't block in slice's constructor and getSlice().
- Initialize the bt updaters until the manager is ready.
- Just show a header if the manager is not ready yet.
Fixes: 157702021
Test: robotest
Change-Id: I427df55f259b45ba4c37557b22e09dcc24079e93
2020-06-11 18:39:29 +08:00
András Klöczl
57389b767a
Merge "Change user setup prompt dialog showing logic" into rvc-dev am: f8754b4deb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11686951
Change-Id: I00ae9d5fef112d54898f1e6f2984c04576eace6d
2020-06-11 09:01:39 +00:00
András Klöczl
cfe3027432
Merge "Change user setup prompt dialog showing logic" into rvc-dev am: f8754b4deb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11686951
Change-Id: I56ac089933167479e20ccdb731e5b506dfbbbf48
2020-06-11 09:01:25 +00:00
András Klöczl
f8754b4deb
Merge "Change user setup prompt dialog showing logic" into rvc-dev
2020-06-11 08:47:07 +00:00
android-build-team Robot
cd3192d738
Snap for 6579364 from 3d34745bed to mainline-release
...
Change-Id: I1a284bb1c2856179760cc534edec9b7d04de4fc2
2020-06-11 07:09:27 +00:00
tim peng
595ee309dc
Merge "Apply RangeBuilder amination for media transferring" into rvc-dev am: 359d3ac829
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/10987459
Change-Id: Ib04fed2f3e59acfa995d1b084acee347d30af858
2020-06-11 06:09:54 +00:00
tim peng
0022d19d92
Merge "Apply RangeBuilder amination for media transferring" into rvc-dev am: 359d3ac829
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/10987459
Change-Id: Ic25cbabe73970d7e53d09dd1ca3b426998c2e8aa
2020-06-11 06:09:41 +00:00
tim peng
359d3ac829
Merge "Apply RangeBuilder amination for media transferring" into rvc-dev
2020-06-11 05:55:21 +00:00
Yanting Yang
62b15ac669
Update App info behavior for mainline module
...
As requested by framework team, the mainline module should be considered
as system apps and not stoppable and disable-able. Since many of these
modules provide critical functionality, disabling them can result in a
very unstable device.
According to the request, Settings will apply below changes to App info
page for protecting mainline modules:
- Hide "Force stop" and "Disable" in App info.
- Disable "Clear storage" and "Clear cache" in "Storage & cache".
Since the mainline module checking API interface changed, also change
the dependent files and test cases.
Fixes: 156955322
Test: robotest and verify "Cell Broadcast Service" in App info
Change-Id: Ibc239bdaf3364eda541a33add382364cfdc6fc9b
2020-06-11 13:04:55 +08:00
Joshua Duong
76d2afb832
[adbwifi] Handle tls port changes.
...
Events such as adbd restarts can change the connection port. We need
to update the UI accordingly.
Bug: 158219145
Test: Manual.
1) Enable wireless debugging in Settings and validate port in UI via
> adb shell su 0 netstat -plnt | grep LISTEN
2) Restart adbd: > adb root
3) validate port again (may have changed)
Change-Id: I93339a6a258fbf69fa3f45186863a01126d279ce
2020-06-10 16:56:29 -07:00
TreeHugger Robot
3d34745bed
Merge "Import translations. DO NOT MERGE" into mainline-prod
2020-06-10 22:05:37 +00:00
TreeHugger Robot
4ea9ef21fe
Merge "Import translations. DO NOT MERGE" into mainline-prod
2020-06-10 21:12:42 +00:00
TreeHugger Robot
cb37e29122
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 005686ff69 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11824339
Change-Id: I6feb305cc52dbd2c8941955dc3a7557fddf746a6
2020-06-10 20:45:04 +00:00
TreeHugger Robot
2cc88db927
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 005686ff69 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11824339
Change-Id: I732232d8df1c21e837c56cbd10166d992fd79683
2020-06-10 20:44:37 +00:00
TreeHugger Robot
1ad61de8e0
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: f77400c5a2 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11817981
Change-Id: I41883d8bace67e319133624566c8dfa0fa7fe349
2020-06-10 20:44:31 +00:00
TreeHugger Robot
831fe57596
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: f77400c5a2 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11817981
Change-Id: I81407535222414560c235e4b152aff9bd347387f
2020-06-10 20:44:16 +00:00
TreeHugger Robot
005686ff69
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-06-10 20:28:39 +00:00
TreeHugger Robot
f77400c5a2
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-06-10 20:26:24 +00:00
Bill Yi
47ee699c6b
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Ic4a3a9d8b81c0512788ca40b3a28900de0680856
2020-06-10 18:17:40 +00:00
Bill Yi
6cf65538b2
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Ic608181e33931fdde5423eb6c5e298c363c594c9
2020-06-10 17:02:10 +00:00
Bill Yi
b37240cda0
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Idc05f90a89f6d866ada3d6c6bcce384e88fbb2a5
2020-06-10 16:25:00 +00:00
Bill Yi
7769f6f431
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: Ie0f09abec7e28da0c366281ab76d4dc42b12ce4a
2020-06-10 15:45:25 +00:00
markchien
92b09e825f
Remove isProvisioningNeededButUnavailable usage
...
config_mobile_hotspot_provision_app would be move out of framework and
only private for tethering only. TetherUtil#isProvisioningNeeded and
isProvisioningNeededButUnavailable are no longer needed because
tethering would ensure entitlement app is valid if entitlement check is
needed. Otherwise, tethering would return not supported that tethering
settings would be hidden.
Bug: 146918263
Test: m
Change-Id: If0b0a3e6cadab3c4a4d2c003e2aa9e9f3dd7449c
2020-06-10 22:34:39 +08:00
Goven Liu
39b77cfc2f
Merge "[Wi-Fi] Request focus on input field when config a WiFi network" into rvc-dev am: 75d8ada079
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11818501
Change-Id: I2598e69139714bc466563cace94ba33e91f3fe89
2020-06-10 09:31:17 +00:00
Goven Liu
10c25046ca
Merge "[Wi-Fi] Request focus on input field when config a WiFi network" into rvc-dev am: 75d8ada079
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11818501
Change-Id: If7764431df9bc638bb54835e9604d8df757e3dd1
2020-06-10 09:31:08 +00:00
Goven Liu
75d8ada079
Merge "[Wi-Fi] Request focus on input field when config a WiFi network" into rvc-dev
2020-06-10 09:13:38 +00:00
Sunny Shao
b5556e847c
Add a new SettingsCategoryPreference style
...
Fixes: 156856670
Test: manual review
Change-Id: I3d95c62aa5127be98036e2ea16d5f066461fb620
2020-06-10 17:07:55 +08:00
TreeHugger Robot
3a7d6e5bab
Merge "Add app icons to leasee view in shared data dev options." into rvc-dev am: 6647ac93d4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11817586
Change-Id: I9f4242a501eebec829ca14145748cd2d14424424
2020-06-10 07:53:32 +00:00
TreeHugger Robot
c3d70d2942
Merge "Add app icons to leasee view in shared data dev options." into rvc-dev am: 6647ac93d4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11817586
Change-Id: I4a2da8d9003dc7ced1bfa830b3424bb74fe0c4b6
2020-06-10 07:53:18 +00:00
TreeHugger Robot
6647ac93d4
Merge "Add app icons to leasee view in shared data dev options." into rvc-dev
2020-06-10 07:35:36 +00:00
govenliu
dfdcdf1330
[Wi-Fi] Request focus on input field when config a WiFi network
...
For better user experience, recover the dialog focus command to get password field focused.
Bug: 158393164
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiConfigController2Test
Change-Id: I343a7b43bd1ad2478991051b0bd8ef6082f75dc1
2020-06-10 07:20:40 +00:00
android-build-team Robot
87d84206b4
Snap for 6574919 from cf74512519 to mainline-release
...
Change-Id: I37d4265da2b39d1a14399d8164e74d1247b8e373
2020-06-10 07:09:38 +00:00
TreeHugger Robot
01b941c01b
Merge "Remove char limit from permission controller subtitle" into rvc-dev am: e92cbd19d8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11808486
Change-Id: I6895f429fc2a497e3dad10cd870f65346c4f206f
2020-06-10 06:15:50 +00:00
TreeHugger Robot
e31a69246e
Merge "Remove char limit from permission controller subtitle" into rvc-dev am: e92cbd19d8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11808486
Change-Id: I636f5965dc78749f6680b4f94b9a7ae4645ca147
2020-06-10 06:15:37 +00:00
TreeHugger Robot
d511a21da4
Merge "Fix blocked notifications screen" into rvc-dev am: 1528d932ed
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11808483
Change-Id: I261218d076c210850587e368f7f57a68c535a96d
2020-06-10 06:15:35 +00:00
TreeHugger Robot
367aeee6b8
Merge "Fix blocked notifications screen" into rvc-dev am: 1528d932ed
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11808483
Change-Id: Iafdae12f789f21d26c59d74382b5a147feeb0454
2020-06-10 06:15:23 +00:00
TreeHugger Robot
e92cbd19d8
Merge "Remove char limit from permission controller subtitle" into rvc-dev
2020-06-10 06:00:39 +00:00
TreeHugger Robot
1528d932ed
Merge "Fix blocked notifications screen" into rvc-dev
2020-06-10 05:59:31 +00:00
TreeHugger Robot
cf74512519
Merge "Add logic for 5G icon to SIM status dialog" into rvc-dev am: 73bf03748e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11763678
Change-Id: I8846a3b6a8eff6aaab17987cf22892d79371e3ad
2020-06-10 05:22:17 +00:00