Wait, I'm not sure I understand.
Are you saying StrictMode configuration calls (setThreadPolicy, setVmPolicy) no longer work if made in Application.onCreate? (We can expect most apps make the calls there.)

--
BoD


On 07/16/2012 11:05 PM, Dianne Hackborn wrote:
The bug I think is that the documentation should be updated. We definitely want the new behavior -- when strict mode is enabled by default (on non-user builds) we explicitly do not want the checks happening in Application.onCreate() because it is okay to do disk access and such there (the process is after all in the process of being launched).

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to