Skip to content

Commit 44ca344

Browse files
committed
Fixed Xposed app not fullscreen
1 parent 44bbc83 commit 44ca344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
android:icon="@mipmap/ic_launcher"
1414
android:label="@string/app_name"
1515
android:supportsRtl="true"
16+
android:resizeableActivity="true"
1617
android:theme="@style/AppTheme">
1718

1819
<meta-data
@@ -66,7 +67,7 @@
6667
<category android:name="android.intent.category.LAUNCHER"/>
6768
</intent-filter>
6869
</activity-alias>
69-
<meta-data android:name="android.max_aspect" android:value="2.1" />
70+
<meta-data android:name="android.max_aspect" android:value="2.4" />
7071
</application>
7172

7273
</manifest>

0 commit comments

Comments
 (0)