diff options
| -rw-r--r-- | services/tests/servicestests/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/tests/servicestests/AndroidManifest.xml b/services/tests/servicestests/AndroidManifest.xml index d46b99170ded..13ba2293de85 100644 --- a/services/tests/servicestests/AndroidManifest.xml +++ b/services/tests/servicestests/AndroidManifest.xml @@ -143,7 +143,8 @@ <activity android:name="com.android.server.pm.BaseShortcutManagerTest$ShortcutActivity2" /> <activity android:name="com.android.server.pm.BaseShortcutManagerTest$ShortcutActivity3" /> - <activity android:name="com.android.server.wm.ScreenDecorWindowTests$TestActivity" /> + <activity android:name="com.android.server.wm.ScreenDecorWindowTests$TestActivity" + android:showWhenLocked="true" /> <activity android:name="com.android.server.pm.ShortcutTestActivity" android:enabled="true" android:exported="true" /> |