From 3bbf8e3abc4e04a7dd9839196f41a8848c9c8254 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 2 Mar 2020 17:38:29 +0100 Subject: [PATCH] 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. --- android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 09c3c110..fa6171ca 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,6 +22,7 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density" android:hardwareAccelerated="true" + android:debuggable="true" android:windowSoftInputMode="adjustResize">