Betty Chang
3b725057fb
Merge "Remove some attributes to move the dialog window up"
2021-07-09 08:31:11 +00:00
TreeHugger Robot
7cbff10736
Merge "Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"" into sc-dev am: b4dccf9b8e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15221930
Change-Id: I706d0ad598acd587e616903a9242c10c29078ab8
2021-07-09 08:23:35 +00:00
TreeHugger Robot
70edc357a9
Merge "Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"" into sc-dev am: b4dccf9b8e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15221930
Change-Id: I84efecbce455f3d0879db85b7a313ae1d0a14367
2021-07-09 08:22:13 +00:00
TreeHugger Robot
b4dccf9b8e
Merge "Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"" into sc-dev
2021-07-09 08:07:37 +00:00
Tsung-Mao Fang
f9ff6344e4
Fix the flickering on display/font size page
...
In framework design, framework needs to have a snapshot
when there's a config change event since redrawing window
takes some time.
Flickering problem is caused by the timing issue between the
snapshot mechinsm and local preview update.
User can observe the flickering problem if config commit()->
snapshot in framework(old screenshot) -> app update the preview
-> snapshot(old screen) fade out.
To prevent this problem, we make sure that we update the local preview
first and then we do the commit later. In this proposal, snapshot action
is able to get the new snaptshot for the new preview.
So, the core workaround is commitOnNextFrame, we ask a delay before
we submit the commit(). Note: It doesn't matter that we use
Choreographer or main thread handler since the delay time is longer
than 1 frame. Use Choreographer to let developer understand it's a
window update.
Fix: 148192402
Test: manual test
Change-Id: I9bfc5eb39e7a9ebce2fe1414d6f0a9dd470708e8
2021-07-09 14:02:34 +08:00
changbetty
cfb994c644
Remove some attributes to move the dialog window up
...
Bug: 192815830
Test: Manual test
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiDialog2Test
Change-Id: Ia8ce6cfa19cd5d57695dc0092b1585d8cad5a8d7
2021-07-09 03:59:14 +00:00
Hugh Chen
112a638cba
Fix it will auto switch back to "No data transfer" after selecting "USB Tethering"
...
Before this CL, the USB option didn't handle whether FUNCTION_NCM
existed in the intent extra when tethering was started which resulted
in some devices that enable NCM will have incorrect UI.
This CL added a condition to check whether FUNCTION_NCM existed in the
intent extra or not to fix this UI issue.
Bug: 192046902
Test: make -j42 RunSettingsRoboTests
Change-Id: Icb8548409930d59dc3a08c25e418c9a1ddb9f33c
2021-07-09 10:52:50 +08:00
TreeHugger Robot
172e8d0341
Merge "Include new "dex2oat64" process to map into App Optimization name" into sc-v2-dev am: 550187d84b am: c7fe39e102
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15229962
Change-Id: Idfcee2bc4834280b7c578d29d838d773957a7670
2021-07-08 23:00:12 +00:00
TreeHugger Robot
c7fe39e102
Merge "Include new "dex2oat64" process to map into App Optimization name" into sc-v2-dev am: 550187d84b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15229962
Change-Id: Ic7c04f4cb93ebed1aeae86dc651d68577123721c
2021-07-08 22:46:13 +00:00
TreeHugger Robot
550187d84b
Merge "Include new "dex2oat64" process to map into App Optimization name" into sc-v2-dev
2021-07-08 22:32:13 +00:00
Pyuli Naithani
df5a3d813c
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306 am: 00fbe6e502
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: I66b0759e95f3089706890cbe160c5416bd1b54cd
2021-07-08 17:54:08 +00:00
Pyuli Naithani
0c6cfcfb55
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306 am: c84cc4e1fe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: I0b2b3f4d1aad8c426d20126ad70863cacad55652
2021-07-08 17:39:33 +00:00
Pyuli Naithani
8ca543ca17
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: I9121f7f700154679bf0320b3d0fa43430966b4aa
2021-07-08 17:31:21 +00:00
Pyuli Naithani
c84cc4e1fe
Merge "Add stats log for sensor privacy." into sc-dev am: c0302ab306
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15193345
Change-Id: Id5b83cb13834554406fccbc6bf712981eaef404b
2021-07-08 17:28:52 +00:00
Pyuli Naithani
c0302ab306
Merge "Add stats log for sensor privacy." into sc-dev
2021-07-08 17:24:52 +00:00
ykhung
d76c12f69c
Include new "dex2oat64" process to map into App Optimization name
...
Bug: 191991503
Test: make SettingsRoboTests
Change-Id: Ib392ed3adf7fe37fdaf73076dd1c3cd8361468eb
2021-07-09 00:19:31 +08:00
TreeHugger Robot
6482e5e1c1
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a am: 630448d833
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: I9fb2cd1cfaae19361de4abaf5d6424a8c0c1e9a8
2021-07-08 15:48:12 +00:00
TreeHugger Robot
b050738605
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a am: 06a1f62fa8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: I16dad8c8189cdcf716d0aef4ffbadc29348f9fb8
2021-07-08 15:47:50 +00:00
TreeHugger Robot
630448d833
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: I51425b5d5d019c0cbd894707eb25c5024fc19d56
2021-07-08 15:36:27 +00:00
TreeHugger Robot
7cd80a4304
Merge "Hide the entire progress header in Internet Settings" into sc-dev am: 2d90a6321a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15215910
Change-Id: Ic89fdc0b534a45d05c9ce217d1689640c0eca8c8
2021-07-08 15:35:32 +00:00
TreeHugger Robot
2d90a6321a
Merge "Hide the entire progress header in Internet Settings" into sc-dev
2021-07-08 15:21:25 +00:00
SongFerng Wang
1c1a6e5126
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e am: 91bf9af2ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I03e795d818cee49ec1c0a2d927eee4369bb513f1
2021-07-08 09:08:25 +00:00
SongFerng Wang
2950401a1c
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e am: 0309aad720
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I48de91db9d09c743421339c3ccaeafbacd742e71
2021-07-08 09:07:56 +00:00
SongFerng Wang
91bf9af2ee
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I1a130cc44aba068c5f4bf8141e148ff8b6007ef6
2021-07-08 08:31:11 +00:00
SongFerng Wang
9f06b36b3b
Merge "Network selection add NGRAN when device support SA" into sc-dev am: a73d199d5e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15210394
Change-Id: I1dfb9507da126f8e25ba12535581d40801837d89
2021-07-08 08:30:06 +00:00
SongFerng Wang
a73d199d5e
Merge "Network selection add NGRAN when device support SA" into sc-dev
2021-07-08 08:17:19 +00:00
Menghan Li
1212876462
Merge "Provides TC ID for accessibility framework feature for "shortcut" part" into sc-v2-dev am: 2ceb52ea6b am: 2b9a74170f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15186114
Change-Id: I6860285c7ba6b49be042ae4bd9984c5ca8eb977c
2021-07-08 05:40:17 +00:00
Menghan Li
2b9a74170f
Merge "Provides TC ID for accessibility framework feature for "shortcut" part" into sc-v2-dev am: 2ceb52ea6b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15186114
Change-Id: I2ed1e81347c404b77d8325337396fd6e4d22e170
2021-07-08 05:28:06 +00:00
Menghan Li
2ceb52ea6b
Merge "Provides TC ID for accessibility framework feature for "shortcut" part" into sc-v2-dev
2021-07-08 05:15:27 +00:00
YUKAI HUNG
057fb0f496
Merge "Add new method to get URI to monitor battery history data is updated" into sc-v2-dev am: ff823c65d5 am: 7c1696899b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15218952
Change-Id: I7610e5df1b11750f911c7f9277583d09095f7646
2021-07-08 03:47:42 +00:00
YUKAI HUNG
7c1696899b
Merge "Add new method to get URI to monitor battery history data is updated" into sc-v2-dev am: ff823c65d5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15218952
Change-Id: Ib8e91b84726f607d16e1b8dc144d853bf906ecf6
2021-07-08 03:28:08 +00:00
YUKAI HUNG
ff823c65d5
Merge "Add new method to get URI to monitor battery history data is updated" into sc-v2-dev
2021-07-08 03:15:18 +00:00
Bonian Chen
fcfb4b53ed
[Settings] Correct some typo
...
Bug: 193026761
Test: build pass
Change-Id: Ic710c84e5aca093381c5e06d4f6e987cf6f729a7
(cherry picked from commit 4c2dfa26e3 )
2021-07-08 01:43:29 +00:00
Bonian Chen
11b2370322
Merge "[Settings] Correct some typo"
2021-07-08 01:43:01 +00:00
Guojing Yuan
c042096214
Merge "[CDM] Remove CDM companion apps from Connected Devices detail Settings" into sc-dev am: 40dc9d519f am: e28bdeaf85
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15191229
Change-Id: I16e0f9566e32a4b3e6e42e92ca66ad7b98fa142d
2021-07-07 17:14:17 +00:00
Guojing Yuan
e4b60e48de
Merge "[CDM] Remove CDM companion apps from Connected Devices detail Settings" into sc-dev am: 40dc9d519f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15191229
Change-Id: Ia1d8ab6f0fd5e71545bccb67985a9186adb29ef0
2021-07-07 17:00:39 +00:00
Guojing Yuan
40dc9d519f
Merge "[CDM] Remove CDM companion apps from Connected Devices detail Settings" into sc-dev
2021-07-07 16:50:01 +00:00
ykhung
70304cff07
Add new method to get URI to monitor battery history data is updated
...
we will reload the database battery history data if its content is changed, which can be done through monitored the database content observer (a part of this patch cl/383366685)
Bug: 192613268
Test: make SettingsRoboTests
Change-Id: I24ab154b1dfa00ca4bf4e6f7b308f5061578bcb5
2021-07-07 16:22:37 +00:00
Bonian Chen
4c2dfa26e3
[Settings] Correct some typo
...
Bug: 193026761
Test: build pass
Change-Id: Ic710c84e5aca093381c5e06d4f6e987cf6f729a7
2021-07-07 23:44:04 +08:00
Bonian Chen
a229b29737
Merge "[Settings] Settings within each SIM not been displayed to the user"
2021-07-07 09:03:45 +00:00
Weng Su
62041d683b
Add SafetyNet logging
...
- Add SafetyNet log if the calling package is no the permission for
result
Test: checked eventlog in the bugreport
Bug: 185126813
Merged-In: I1535f6f2ded2445702df0d723518b773cd094164
Change-Id: I1535f6f2ded2445702df0d723518b773cd094164
(cherry picked from commit 199528d460 )
2021-07-07 08:22:17 +00:00
Weng Su
8800cdf527
Add permission checking to WifiDialogActivity
...
- Use getCallingPackage() to get calling package.
- Check if the calling package has ACCESS_COARSE_LOCATION or
ACCESS_COARSE_LOCATION permission.
- Only set result data to permission granted callers
Bug: 185126813
Test: manual test
make RunSettingsRoboTests ROBOTEST_FILTER=WifiDialogActivityTest
Merged-In: If7ca069c842ed2bd1aed23f9d4041473c68a4dad
Change-Id: If7ca069c842ed2bd1aed23f9d4041473c68a4dad
(cherry picked from commit 71e728e934 )
2021-07-07 08:06:29 +00:00
Rubin Xu
0efe3ae03d
Merge "Delay gargabe collection during onDestroy()" into sc-dev am: 3e84dd2783 am: 841a92e9dc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15178137
Change-Id: I5ce115f3a382c7d53cbf8168e1c39ad3eb978618
2021-07-07 07:58:07 +00:00
Rubin Xu
973b5cf127
Merge "Delay gargabe collection during onDestroy()" into sc-dev am: 3e84dd2783
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15178137
Change-Id: I7dba6fecb8246296a02d38e27316e9256a9cd8c1
2021-07-07 07:49:43 +00:00
SongFerngWang
193f97c7ba
Network selection add NGRAN when device support SA
...
Bug: 187148937
Test: build pass.
atest NetworkScanHelperTest (pass)
Change-Id: I1ed3eae3bda39eb702bc135b0c698f8df7c280d7
2021-07-07 15:36:42 +08:00
Rubin Xu
3e84dd2783
Merge "Delay gargabe collection during onDestroy()" into sc-dev
2021-07-07 07:29:06 +00:00
Linus Tufvesson
c96f60e0cb
Merge "Make WifiDppEnrolleeActivity launches explicit"
2021-07-07 07:18:59 +00:00
Bonian Chen
8e3ff612d2
Merge "[Settings] Hide subscriptions not existed within device"
2021-07-07 07:03:10 +00:00
Bonian Chen
75f1450bbf
[Settings] Hide subscriptions not existed within device
...
For non-active subscriptions, the one inserted in slot
but turned off need to be visible to the user. However,
the one un-plugged need to be invisble.
Since SubscriptionUtil#getSelectableSubscriptionInfoList() didn't cover all the cases required. Create this one to fit into the criteria required here.
Bug: 191228344
Test: local
Change-Id: Ia68c23b007164b7520456cb6c7427ca142558b59
2021-07-07 07:02:55 +00:00
Weng Su
62560c7210
Hide the entire progress header in Internet Settings
...
- Hide the entire progress header to avoid showing the divider
Bug: 191968967
Test: manual test
make RunSettingsRoboTests ROBOTEST_FILTER=NetworkProviderSettingsTest
Change-Id: I59db1c87f1088ac2d29e263a85f149ff866c435b
2021-07-07 14:19:28 +08:00