Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7acf0e commit 0c19a0eCopy full SHA for 0c19a0e
1 file changed
app/src/main/AndroidManifest.xml
@@ -99,12 +99,14 @@
99
<activity
100
android:name=".ActivityExampleFeedback"
101
android:label="@string/activity_name_feedback"
102
- android:configChanges="orientation|screenSize"/>
+ android:configChanges="orientation|screenSize"
103
+ android:exported="true"/>
104
105
106
android:name=".ActivityExampleContentZone"
107
android:label="@string/activity_name_content_zone"
108
109
110
111
112
android:name=".ActivityExampleFragments"
0 commit comments