diff options
| author | 2024-02-02 11:16:06 -0800 | |
|---|---|---|
| committer | 2024-02-02 11:16:06 -0800 | |
| commit | 2ba3c0ab8c168c8076a02ab5493e443c6bb11dac (patch) | |
| tree | 60a18c7612d18bbab8235858bd944feb7ca2be71 | |
| parent | 1e022d25cce687b83810577d9bbb35690b8dfe46 (diff) | |
Do not show edit mode activity on lockscreen
Test: n/a
Flag: ACONFIG com.android.systemui.communal_hub STAGING
Change-Id: I25abd6eed4edb15e49eee8f3ba2c272e15e01798
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 0050676ace84..eb783076a3b0 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -992,7 +992,6 @@ android:theme="@style/Theme.EditWidgetsActivity" android:excludeFromRecents="true" android:autoRemoveFromRecents="true" - android:showOnLockScreen="true" android:launchMode="singleTop" android:exported="false"> </activity> |