TYM Tsai
be9cb36c6e
Fix html injection in Autofill confirmation dialog
...
AutofillService can inject html in its label. The label will
be padded with line breaks which puts the warning off screen.
To fix the issue, disable html injection of the label.
Bug: 216117246
Test: Manual, check the label of the sample in
the confirmation dialog
Change-Id: I244d8e9eadbacae6af615d1d2a5a99c86e4fa456
2023-01-09 08:35:56 +00:00
TYM Tsai
a1ca72224d
Fix Content Capture service starting after restriction
...
When a device owner and a profile owner restrict Content Capture,
there should be no toggle setting to turn on Content Capture.
Bug: 250573776
Test: Manual. Use setps on the comment#3,
make sure no toggle setting in the Privacy page.
Change-Id: Ia17f852b224c67b9c1cf5846ee9ad5592a485bab
2023-01-09 08:34:40 +00:00
lbill
b54ca63996
3-1/ Impl FoldProvider.FoldCallback for Face enroll activities
...
Create a mechanism to allow OEM config posture guidance with
'config_face_enroll_guidance_page', and customize the config
'config_face_enroll_supported_posture' with standard postures
0 : DEVICE_POSTURE_UNKNOWN
1 : DEVICE_POSTURE_CLOSED
2 : DEVICE_POSTURE_HALF_OPENED
3 : DEVICE_POSTURE_OPENED
4 : DEVICE_POSTURE_FLIPPED
For example, if we set 1 for the device, then device only
allow to enroll face in closed(folded) state, if device do
not in the allow state, we will prompt specific guidance
page activity defined in config_face_enroll_guidance_page.
At this stage , we only integrate 2 states OPENED/CLOSED through
ScreenSizeFoldProvider and register for onFoldUpdated() callback
- isFold(DEVICE_POSTURE_CLOSED): finish posture guidance
- !isFold(DEVICE_POSTURE_OPENED): launch posture guidance
- onActivityResult : reset mOnGuidanceShown false
1. Fix A11y lottie animation bug
2. Impl FoldProvider.FoldCallback
3. Register callback to ScreenSizeFoldProvider
4. Integrate back stack, skip, cancel events
- Back key : RESULT_CANCELED
- Skip btn : RESULT_SKIP
- Posture changed : RESULT_FINISHED
5. Set single instance for relative activities
6. FaceEnrollFoldPage listen for onConfigurationChanged()
7. Add empty face_posture_guidance_lottie.json for overlay
Test: atest SettingsGoogleUnitTests
Test: m -j SettingsGoogleRoboTests RunSettingsGoogleRoboTests
Test: m RunSettingsRoboTests ROBOTEST_FILTER= \
"com.android.settings.biometrics.face.FaceEnrollEducationTest"
Test: m RunSettingsRoboTests ROBOTEST_FILTER= \
"com.android.settings.biometrics.face.FaceEnrollIntroductionTest"
Test: Manual launch security settings face enroll, unfold device
and observe posture guidance showing fullscreen on top
Test: Fold device ensure the posture guidance activity finish
Bug: 261141826
Fixes: 231908496
Change-Id: Ib9f43f82f7d19f3f187c2f6f8984e76cd843afbc
Merged-In: Ib9f43f82f7d19f3f187c2f6f8984e76cd843afbc
2023-01-09 08:28:26 +00:00
lbill
e05697fc65
2-1/ Add config_suw_support_face_enroll to customize SUW face enroll flow
...
1. Add config_suw_support_face_enroll default is TRUE
2. Impl FaceFeatureProvider to obtain the config
3. Overlay config_suw_support_face_enroll by requirements
Test: Flash build and manual check if device go through face enroll in SUW
Bug: 262469686
Change-Id: I61aa5c818bedfb490f2172a7481f59fda7295c1a
Merged-In: I61aa5c818bedfb490f2172a7481f59fda7295c1a
2023-01-09 08:27:48 +00:00
Milton Wu
8e57808247
Fix face enroll introduction crash after 10mins
...
When requestGatekeeperHat() throws exception in FaceEnrollIntroduction
page, remove gk_pw_handle and recreate activity to trigger confirmLock.
Test: robotest for FaceEnrollIntroductionTest
Bug: 234437174
Change-Id: Ie1dd6f36e4deb3f776e3b39acd165fc47d04f526
Merged-In: Ie1dd6f36e4deb3f776e3b39acd165fc47d04f526
2023-01-09 07:38:59 +00:00
Zaiyue Xue
9a35838436
Revert "Fix the inverted logic to judge whether an app is system app."
...
This reverts commit 814eff1c24
.
Reason for revert: The original logic is right.
Change-Id: I2aee0f9ab13c60d843e91056de9d409a1d84b9d4
2023-01-09 07:30:35 +00:00
lbill
43f0076830
2/ Define pattern view size by UX deck
...
1. Set biometric_auth_pattern_view_size: 348dp (portrait)
2. Set resilience size 248dp~348dp for landscape mode
biometric_auth_pattern_view_(max_)size
3. Set 348dp size for sw410dp when display density < 560
Set 248dp-348dp resilience size for sw410dp-land
4. Add sw392dp sw392dp-land with density 440 projects
5. Set sw600dp/sw720dp/sw800dp for large screen device
6. Reference dimen biometric_auth_pattern_view_size in style
7. Remove redundant dup AuthCredentialPatternContainerStyle
8. Remove max & min bounds from AuthCredentialPatternContainerStyle
9. Remove unused choose_lockscreen_min_height dimen
10. Reduce footerText min hight to reserve more space for pattern view
Bug: 234847272
Bug: 243008023
Bug: 243699695
Test: manual
Test: m RunSettingsRoboTests -j30 ROBOTEST_FILTER=\
ChooseLockPatternTest
Test: m RunSettingsRoboTests -j30 ROBOTEST_FILTER=\
SetupChooseLockPatternTest
Change-Id: Icfc2932279aa9e3a065030dbb7ff73f12ed6d081
Merged-In: Icfc2932279aa9e3a065030dbb7ff73f12ed6d081
2023-01-09 05:30:33 +00:00
lbill
fbed9b87ce
3/ SUW lib Glif and theme add additional padding in sud_layout_content
...
Temporary remove the redundant padding from ChooseLockPattern and
ConfirmLockPattern as a workaround solution.
Bug: 243008023
Test: make and check visual on foldable
Test: make RunSettingsRoboTests
Change-Id: I0baa2be65b797ca70f9de43bc8c5e3187a2d28ad
Merged-In: I0baa2be65b797ca70f9de43bc8c5e3187a2d28ad
2023-01-09 05:30:33 +00:00
Vincent Wang
b8926bd868
Merge "Launch FaceEnrollPage form BiometricEnrollActivity"
2023-01-09 04:56:44 +00:00
Bill Lin
3072c2a571
Merge "5/ Refine SetupChooseLockPattern layout by design"
2023-01-09 04:46:04 +00:00
Bill Lin
5f1fcab0fa
Merge changes from topic "tuscany_settings_posture_support"
...
* changes:
3-1/ Impl FoldProvider.FoldCallback for Face enroll activities
2-1/ Add config_suw_support_face_enroll to customize SUW face enroll flow
2023-01-09 04:26:50 +00:00
TreeHugger Robot
3eabebb730
Merge "Change all the system items unclickable in battery usage list."
2023-01-09 02:47:57 +00:00
Arc Wang
cf4ee7be4c
Enable the android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED property
...
Future WM Jetpack library updates will ask for the property to
enable ActivityEmbedding feature.
Bug: 264733035
Test: build pass
Change-Id: I0f5e5a10250049fb9425eac7c113b803b6701cc7
2023-01-09 10:26:07 +08:00
Jason Hsu
72fb811bc8
Merge changes from topic "hearing_shortcut"
...
* changes:
[Hearing device shortcut] Provide a way to open accessibility hearing device settings via intent
[Hearing device shortcut] Setup shortcut for hearing device
2023-01-09 01:51:51 +00:00
Bill Yi
9f8b28eaf4
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I76b6b2f37d0dee1347d3c5b16b9d6ba3088b31aa
2023-01-08 02:43:59 -08:00
Bill Yi
f9dc317eea
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: If0df803277fdbe100925db2dbce82a0a65570c8e
2023-01-08 02:35:33 -08:00
TreeHugger Robot
8a58b1bea8
Merge "Simplifies serviceSupportsAccessibilityButton by checking service info."
2023-01-08 04:57:54 +00:00
lbill
7135d36d37
5/ Refine SetupChooseLockPattern layout by design
...
Since the SetupChooseLockPattern include header icon
header title, header sub-title, pattern state description,
LockPatternView and FooterBar, there was a limited room
for LockPatternView especially in the confirm steps which
both header title and pattern description occupy 2 lines space.
Hance the PatternView size used to inconsistence in-between
1st draw and 2nd confirm draw, besides it's visual looks
jumping and small on some device which have smaller display.
This solution includes 3 changes:
1. Organized the pattern view message to leverage
header sub-title view, then we can resever more space.
(Set minHeight=2 for sub-title)
2. Set screen_lock_options button visibilty to GONE when
the stage in 2nd confirmation.(Previously it's INVISIBLE
and reserve additional space)
3. Let LockPatternView align bottom of FrameLayout to prevent
the view juming and flicker.
4. Clean up unused forAnyBiometric flag and code.
5. GlifLayout.getDescriptionTextView() == mHeaderView
Need setDescriptionText() to make the view from GONE -> VISIBLE
6. Polish the stage flow and ensure IntroductionStage show
correct message
7. Add ChooseLockPattern into embeded activity white list
Force show ChooseLockPattern in fullscreen in case the Pattern
view truncated in `NeedToConfirmStage` where the title showing
2 lines and push pattern view down, and get bad UX in the
device which integrate a shorter display.
8. Add test cases for all stage and polish legacy test code.
Test: make RunSettingsRoboTests ROBOTEST_FILTER= \
"com.android.settings.password.SetupChooseLockPatternTest"
Test: make RunSettingsRoboTests ROBOTEST_FILTER= \
"com.android.settings.password.ChooseLockPatternTest"
Bug: 249974175
Bug: 260027850
Change-Id: I868af9b14ba99af5d78a05f6c2a570ccc07aea15
2023-01-07 19:36:47 +00:00
TreeHugger Robot
599a3b11f2
Merge "[Settings] Reduce CDMA API access when not required"
2023-01-07 14:42:58 +00:00
Betty Chang
cec69b6461
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Change the intent flag to immutable" into tm-dev am: 145d91b832
am: ddeff2f67f
-s ours am: 30783964b3
-s ours am: f0b70510d8
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: Iab86570628e38936f74ffe24621ce5790f192812
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 09:45:03 +00:00
changbetty
623b87a885
[automerger skipped] [RESTRICT AUTOMERGE] Change the intent flag to immutable am: 0dcd6a5492
am: 7888fcc82b
-s ours am: e7f0596113
-s ours am: 3afa2f08f2
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I8acbe814bb2235b1ae06ac5b96c7f41dba2f80cc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 09:44:56 +00:00
Betty Chang
f0b70510d8
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Change the intent flag to immutable" into tm-dev am: 145d91b832
am: ddeff2f67f
-s ours am: 30783964b3
-s ours
...
am skip reason: Merged-In I68132f863027fab19351b4fdbc363e5c274e3327 with SHA-1 09a6899fc2
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I292f88e40c9e6228dd6395fa6f6be4cf896ce4c0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 09:09:10 +00:00
changbetty
3afa2f08f2
[automerger skipped] [RESTRICT AUTOMERGE] Change the intent flag to immutable am: 0dcd6a5492
am: 7888fcc82b
-s ours am: e7f0596113
-s ours
...
am skip reason: Merged-In I68132f863027fab19351b4fdbc363e5c274e3327 with SHA-1 09a6899fc2
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: Id7b72ef1e840e8c401d5167691d892fc54fa56de
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 09:09:06 +00:00
Yanting Yang
2aab7ae039
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours am: b1391d7eb2
-s ours am: b842d569bf
-s ours am: 618af44b70
-s ours am: d0c69f7ae7
-s ours am: ab4cd3acdf
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: I3f9ee4caa3318c66ad56b56bf5b6fa2a3fee0640
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:40:08 +00:00
Betty Chang
30783964b3
[automerger skipped] Merge "[RESTRICT AUTOMERGE] Change the intent flag to immutable" into tm-dev am: 145d91b832
am: ddeff2f67f
-s ours
...
am skip reason: Merged-In I68132f863027fab19351b4fdbc363e5c274e3327 with SHA-1 09a6899fc2
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I0fbd5e7104445bc1f4176c56522b335870b1c7cf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:39:48 +00:00
changbetty
e7f0596113
[automerger skipped] [RESTRICT AUTOMERGE] Change the intent flag to immutable am: 0dcd6a5492
am: 7888fcc82b
-s ours
...
am skip reason: Merged-In I68132f863027fab19351b4fdbc363e5c274e3327 with SHA-1 09a6899fc2
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I6c0fb65c5ce73586624b75929a6992bc3a58a4bf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:39:46 +00:00
Betty Chang
aa9620f841
Merge "Change the intent flag to immutable" into tm-qpr-dev am: cfc1569f12
am: 9cb6a08d16
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20802849
Change-Id: If1b0f3a85a5eb96336cba7836bcb06be65a83028
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:39:31 +00:00
Betty Chang
ddeff2f67f
Merge "[RESTRICT AUTOMERGE] Change the intent flag to immutable" into tm-dev am: 145d91b832
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I66295604e4413f7c6d9a1067abeab07b14eeae63
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:01:20 +00:00
changbetty
7888fcc82b
[RESTRICT AUTOMERGE] Change the intent flag to immutable am: 0dcd6a5492
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I3b67d30e794dd06a689c57c9fd6b948bbea362f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:01:18 +00:00
Betty Chang
feb6121894
Merge "[RESTRICT AUTOMERGE] Change the intent flag to immutable" into tm-dev am: 145d91b832
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I5f315f5c13388074d7139bfa5792e399cd880f0f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:00:13 +00:00
changbetty
d3e33ced2e
[RESTRICT AUTOMERGE] Change the intent flag to immutable am: 0dcd6a5492
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20844713
Change-Id: I5c726dd85013ac2e521dc41de0e8e255c8a46045
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 08:00:10 +00:00
Yanting Yang
ab4cd3acdf
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours am: b1391d7eb2
-s ours am: b842d569bf
-s ours am: 618af44b70
-s ours am: d0c69f7ae7
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: I49a24450f1b28aa4e0767757a9e8eaabb5f3aab1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 07:57:50 +00:00
Betty Chang
9cb6a08d16
Merge "Change the intent flag to immutable" into tm-qpr-dev am: cfc1569f12
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20802849
Change-Id: Iaf38ffd1366880869dfb9bbda3e9e57aea337b2f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 07:57:39 +00:00
Yanting Yang
d0c69f7ae7
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours am: b1391d7eb2
-s ours am: b842d569bf
-s ours am: 618af44b70
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: I87141bf0fba2bd6b66fe0fa59377138271e0576f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 07:24:10 +00:00
Betty Chang
145d91b832
Merge "[RESTRICT AUTOMERGE] Change the intent flag to immutable" into tm-dev
2023-01-07 07:23:30 +00:00
Betty Chang
cfc1569f12
Merge "Change the intent flag to immutable" into tm-qpr-dev
2023-01-07 07:23:02 +00:00
Yanting Yang
a65999cc60
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 1a43a98334
-s ours am: 3594b1e412
-s ours am: f3d990e36d
-s ours am: 9038a26635
-s ours am: 36a4373792
-s ours am: 0e2bf4c870
-s ours am: 7396023ddb
-s ours am: b01c6e3525
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 16500a7ada
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871703
Change-Id: I86d55d56ed28609d36ad975dfea93d2bafc77a22
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:50:00 +00:00
Yanting Yang
618af44b70
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours am: b1391d7eb2
-s ours am: b842d569bf
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: Ida9886743b149f43cab923e5f56778065e7e04b7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:49:11 +00:00
Yanting Yang
d677e17b5d
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 16500a7ada
-s ours am: 1b30190fe1
-s ours am: adc9a200ac
-s ours am: 46c8caa6cc
-s ours am: b2943c3888
-s ours am: fac442ae58
-s ours am: a25b0242a4
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 0616b484e9
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20872582
Change-Id: I0696e5d729af7d446b1f32029137a8ca0a4d28e8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:49:06 +00:00
Yanting Yang
d5ae56c0ae
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours am: b1391d7eb2
-s ours am: b842d569bf
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: I22bedb6cb5c0faf8d92c4db825ab537b94c7ea1a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:48:26 +00:00
Yanting Yang
b01c6e3525
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 1a43a98334
-s ours am: 3594b1e412
-s ours am: f3d990e36d
-s ours am: 9038a26635
-s ours am: 36a4373792
-s ours am: 0e2bf4c870
-s ours am: 7396023ddb
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 16500a7ada
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871703
Change-Id: I1330dd790442b749e6ca919284f02446e85ca813
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:08:17 +00:00
Yanting Yang
b842d569bf
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours am: b1391d7eb2
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: I4160c9fba6190b73af1d9b18ce90975b99eb38e0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:08:06 +00:00
Yanting Yang
a25b0242a4
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 16500a7ada
-s ours am: 1b30190fe1
-s ours am: adc9a200ac
-s ours am: 46c8caa6cc
-s ours am: b2943c3888
-s ours am: fac442ae58
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 0616b484e9
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20872582
Change-Id: Ie4f7da8a7c35d5e0310964af09b023491d8c22c4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 06:08:03 +00:00
Yanting Yang
7396023ddb
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 1a43a98334
-s ours am: 3594b1e412
-s ours am: f3d990e36d
-s ours am: 9038a26635
-s ours am: 36a4373792
-s ours am: 0e2bf4c870
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 16500a7ada
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871703
Change-Id: I4c5ba7e1963c08e7d695fb86bca0fdcbd61c67e0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:36:40 +00:00
Yanting Yang
b1391d7eb2
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 86914bedc8
-s ours am: 6326f5e65a
-s ours am: a617639496
-s ours am: 8c70085bab
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 1a43a98334
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871685
Change-Id: I17851351e33f65ae9ae187114fe73358c0dfecc0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:36:33 +00:00
Yanting Yang
fac442ae58
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 16500a7ada
-s ours am: 1b30190fe1
-s ours am: adc9a200ac
-s ours am: 46c8caa6cc
-s ours am: b2943c3888
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 0616b484e9
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20872582
Change-Id: I12feb4c19f82efcbb56b23925abb0ab6712a31ec
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:36:31 +00:00
Yanting Yang
2ecddcaf9f
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 0616b484e9
-s ours am: f54f57f1a7
-s ours am: 3fefcb236a
-s ours am: accde42e7d
-s ours am: 140bcebdb2
-s ours am: ef9b1c5a55
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 9191ec13e2
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871684
Change-Id: I45436a01578d80777d770e416b60355a77d9e1fe
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:21:07 +00:00
Yanting Yang
9665f09929
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 9191ec13e2
-s ours am: 33186e2f03
-s ours am: 615f13120c
-s ours am: 3e8931d5b0
-s ours am: 17fe8736eb
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 22e4eebafe
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871683
Change-Id: Id2a7117d7c962363a08ad8b38f95e4d508d59ce9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:20:39 +00:00
Yanting Yang
0e2bf4c870
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 1a43a98334
-s ours am: 3594b1e412
-s ours am: f3d990e36d
-s ours am: 9038a26635
-s ours am: 36a4373792
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 16500a7ada
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20871703
Change-Id: I6b2e3322b8f8a77ab8662d357c0aa3883872207d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:06:03 +00:00
Yanting Yang
b2943c3888
[automerger skipped] Add DISALLOW_APPS_CONTROL check into uninstall app for all users am: 16500a7ada
-s ours am: 1b30190fe1
-s ours am: adc9a200ac
-s ours am: 46c8caa6cc
-s ours
...
am skip reason: Merged-In I5d3bbcbaac439c4f7a1e6a9ade7775ff4f2f2ec6 with SHA-1 0616b484e9
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20872582
Change-Id: I6f24cab1ae2f1768077ff8231588dc2b44d7584d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-01-07 05:05:56 +00:00