Nigerian, Hobby Photographer, Aviation Geek
When you call Activity.setRequestedOrientation(), your app process makes a blocking Inter Process Call (IPC) to the system_server process.
That's the "binder transaction" you see in the picture.
#AndroidDev
When you call Activity.setRequestedOrientation(), your app process makes a blocking Inter Process Call (IPC) to the system_server process.
That's the "binder transaction" you see in the picture.
#AndroidDev