I am writing an Android application which uses several 3D models. Such a model with textures can take up a lot of memory. I found out the manufacturer sets a limit on the he
Use second process. Declare at AndroidManifest new Service with
AndroidManifest
Service
android:process=":second"
Exchange between first and second process over BroadcastReceiver
BroadcastReceiver