Skip to content

Commit d91342e

Browse files
utzcozrlazo
andauthored
Make TestActivity exported for firebase-inappmessaging-display (#5185)
Prepare for SDK 33. Signed-off-by: utzcoz <[email protected]> Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 2314e82 commit d91342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-inappmessaging-display/src/androidTest/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<application>
55
<uses-library android:name="android.test.runner"/>
6-
<activity android:name=".TestActivity">
6+
<activity android:name=".TestActivity" android:exported="true">
77
<intent-filter>
88
<action android:name="android.intent.action.MAIN"/>
99
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)