Exclude apps from initial stopped state allow list

Exclude apps that we have high confidence that force stopping them
wouldn't be an issue given that they don't need to start until the user
interacts with them.

Bug: 269129704
Test: Manual
Ignore-AOSP-First: Merge conflict from AOSP to internal master (and this needs to go to UDC, als)
Change-Id: I363fbd4d899aed6772199b05fa763be3fa5f31b6
This commit is contained in:
Omar Eissa
2023-04-28 14:43:34 +00:00
parent 6871bbf91e
commit 4c9153bae0

View File

@@ -39,13 +39,9 @@ Example usage
<initial-package-state package="com.android.calendar" stopped="false"/>
<initial-package-state package="com.android.camera2" stopped="false"/>
<initial-package-state package="com.android.contacts" stopped="false"/>
<initial-package-state package="com.android.deskclock" stopped="false"/>
<initial-package-state package="com.android.dialer" stopped="false"/>
<initial-package-state package="com.android.documentsui" stopped="false"/>
<initial-package-state package="com.android.gallery3d" stopped="false"/>
<initial-package-state package="com.android.messaging" stopped="false"/>
<initial-package-state package="com.android.quicksearchbox" stopped="false"/>
<initial-package-state package="com.android.settings" stopped="false"/>
<initial-package-state package="com.android.stk" stopped="false"/>
<initial-package-state package="org.chromium.webview_shell" stopped="false"/>
</config>