Android: Always mark it as debuggable

I see no downside of shipping it this way, and since this app is
currently targetted more towards developers, they can provide better bug
reports.
This commit is contained in:
Vishesh Handa
2020-03-02 17:38:29 +01:00
parent c65ec96da2
commit 3bbf8e3abc

View File

@ -22,6 +22,7 @@
android:theme="@style/LaunchTheme" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:debuggable="true"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize">
<!-- This keeps the window background of the activity showing <!-- This keeps the window background of the activity showing
until Flutter renders its first frame. It can be removed if until Flutter renders its first frame. It can be removed if