1

I'm getting alot of memory allocations in my render thread and I've traced the cause to MultiWindow support which is weird because I have this feature disabled on my phone. I've added to AndroidManifest the following (based on this) code inside the application tag but with no luck, I still get unwanted memory allocations (only when I touch the screen):

<meta-data android:name="com.sec.android.support.multiwindow" android:value="false" />
<meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.enable"
            android:value="false" />

How can I completely disable the MultiWindow feature from inside the apk?

Community
  • 1
  • 1
gogonapel
  • 788
  • 6
  • 17
  • 2
    It seems to be an issue in Samsung's code, and it apparently happens regardless of whether the app claims to support multiwindow. See here: http://stackoverflow.com/questions/27217001/how-to-stop-excessive-object-creation-on-samsung-phones – Tenfour04 Mar 27 '15 at 12:59
  • Yes, I only get this pb on the S4. Older samsungs dont`t have this issue as far as I've tested. – gogonapel Mar 27 '15 at 13:05

0 Answers0