Skip to content

Commit e600176

Browse files
committed
Ask nicely for a large heap
This is useful because we keep track of buffers containing all current network traffic on the device, and at times that can be quite a bit of data! This isn't binding, we're just asking.
1 parent 9384cae commit e600176

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
@@ -24,7 +24,8 @@
2424
android:roundIcon="@mipmap/ic_launcher_round"
2525
android:supportsRtl="true"
2626
android:theme="@style/AppTheme"
27-
tools:targetApi="m" android:usesCleartextTraffic="true">
27+
tools:targetApi="m" android:usesCleartextTraffic="true"
28+
android:largeHeap="true">
2829
<service
2930
android:name=".ProxyVpnService"
3031
android:permission="android.permission.BIND_VPN_SERVICE">

0 commit comments

Comments
 (0)