Skip to content

Commit 20aad68

Browse files
committed
Some additions to manifest in case anyone is using this on a chromebook.
1 parent e3b0dd0 commit 20aad68

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cSploit/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040

4141
<category android:name="android.intent.category.LAUNCHER" />
4242
</intent-filter>
43+
<meta-data android:name="WindowManagerPreference:SuppressWindowControlNavigationButton" android:value="true" />
44+
<layout
45+
android:gravity="center"
46+
android:minHeight="320dp"
47+
android:minWidth="480dp" />
4348
</activity>
4449

4550
<!-- suppress AndroidDomInspection -->

0 commit comments

Comments
 (0)