Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c19a0e

Browse files
fix: manifest export
1 parent b7acf0e commit 0c19a0e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@
9999
<activity
100100
android:name=".ActivityExampleFeedback"
101101
android:label="@string/activity_name_feedback"
102-
android:configChanges="orientation|screenSize"/>
102+
android:configChanges="orientation|screenSize"
103+
android:exported="true"/>
103104

104105
<activity
105106
android:name=".ActivityExampleContentZone"
106107
android:label="@string/activity_name_content_zone"
107-
android:configChanges="orientation|screenSize"/>
108+
android:configChanges="orientation|screenSize"
109+
android:exported="true"/>
108110

109111
<activity
110112
android:name=".ActivityExampleFragments"

0 commit comments

Comments
 (0)