Skip to content

Commit a9231f3

Browse files
committed
AndroidManifest.xml must set exported to true
1 parent d85c332 commit a9231f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gma/integration_test/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:name="com.google.android.gms.ads.APPLICATION_ID"
3131
android:value="ca-app-pub-3940256099942544~3347511713"/>
3232
<activity android:name="android.app.NativeActivity"
33-
android:exported="false"
33+
android:exported="true"
3434
android:screenOrientation="portrait"
3535
android:configChanges="orientation|screenSize">
3636
<meta-data android:name="android.app.lib_name"

0 commit comments

Comments
 (0)