Skip to content

Commit

Permalink
sample: fix spotlight on android (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Nov 26, 2024
1 parent e0f3acf commit 13f8952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flutter/example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
android:allowBackup="false"
android:label="sentry_flutter_example"
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true">
android:extractNativeLibs="true"
android:networkSecurityConfig="@xml/network">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize"
android:exported="true"
android:networkSecurityConfig="@xml/network">
android:exported="true">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
Expand Down

0 comments on commit 13f8952

Please sign in to comment.