Hi everybody!
I made a little App for android platform, it's like Talking Tom, a 3d character that repeat what ever the user says. the App is working perfectly fine when I export it to my android tablet, the only problem is when I switch to an another app while my app is running, my app just shutdown, it does not stay open, that is why I'm trying to change android: launchMode to "standard"! instead of "singleTask".
What I did, I deleted the androidmanifest and the androidmanifest Main files, exported my Unity project from Unity to my tablet, during this process Unity create a new set of androidmanifest / androidmanifest Main files, I copied the androidmanifest file and copied it in my assets\plugins\android\ folder, changed in the copied manifest xml file the android: launchMode to "standard"! instead of "singleTask". saved it and re exported it my andoir Tablet, BUT! this method did not change android: launchMode "from singleTask" to "standard" in the androidmanifest file located in my temp\StagingArea\
Am i doin something wrong? the fact that I'm changing android: launchMode from "singleTask" to "standard" does this will make my app stay running in the back when I switch to anther app on a android device? please I need your help!!
↧