diff options
author | 2025-03-18 13:06:16 +0000 | |
---|---|---|
committer | 2025-03-18 13:06:16 +0000 | |
commit | 7cf35ee007c70a6d3fecb37f312dacb6719e9599 (patch) | |
tree | 7cc0f12a52a6e1840e5582239337a5b870095f45 | |
parent | 5e6a7ccd069497df4f3dfe2bfd6041f689cc28fc (diff) |
Make MediaProviderTest debuggable
In order for a CompatChange to be enabled/disabled properly in a user builds, the test app needs to be debuggable.
Bug: 397875631
Test: atest PickerDataLayerV2Test
Flag: EXEMPT testfix
Change-Id: Ia7261f9c3e6f4f5c8dbbb66d72109e1c0d825e85
-rw-r--r-- | tests/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index acd1a21af..0917ac388 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -31,7 +31,8 @@ <uses-permission android:name="com.android.providers.media.permission.BIND_OEM_METADATA_SERVICE"/> - <application android:label="MediaProvider Tests"> + <application android:label="MediaProvider Tests" + android:debuggable="true"> <uses-library android:name="android.test.runner" /> <activity android:name="com.android.providers.media.GetResultActivity" /> |