Synchronously wait for the application to be idle.
Syntax
[Android.Runtime.Register("waitForIdleSync", "()V", "GetWaitForIdleSyncHandler")] public virtual voidWaitForIdleSync ()
Remarks
Synchronously wait for the application to be idle. Can not be called
from the main application thread -- use Instrumentation.Start to execute
instrumentation in its own thread.