Unverified Commit 028954ce authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Add the exported attribute to the Flutter Gallery manifest (#92733)

parent 12b72919
...@@ -15,6 +15,7 @@ found in the LICENSE file. --> ...@@ -15,6 +15,7 @@ found in the LICENSE file. -->
<activity android:name=".MainActivity" <activity android:name=".MainActivity"
android:theme="@android:style/Theme.Light.NoTitleBar" android:theme="@android:style/Theme.Light.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:exported="true"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize">
<intent-filter> <intent-filter>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment