When I open a new application in android, the red border shows up in ICS builds for other platforms as well.And it stays for one or two seconds.I want to disable it. Can You please tell me how to disable the red frame border in android?
Thanks in advance…Please Help Me..
When I open a new application in android, the red border shows up in
Share
I got the answer.
“Settings > Developer Options > (under) User interface > (uncheck) Strict Mode”
this answer works when lunch mode is user Mode and it won’t work when lunch is in Eng Mode.
I found code in DevelopmentSettings.java in Settings application.
The code is as follows.
So I removed the condition checking ..