Skip to content

Commit

Permalink
fix: disable split screen for android (#903)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored Jul 24, 2023
1 parent a71e974 commit 23966b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/legacy/app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission-sdk-23 android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission-sdk-23 android:name="android.permission.VIBRATE"/>

<application
android:name=".MainApplication"
android:label="@string/app_name"
android:icon="@mipmap/basic_swish"
android:allowBackup="false"
android:resizeableActivity="false"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
Expand Down

0 comments on commit 23966b9

Please sign in to comment.