This is a test case to see if an Android system is able to handle multiple windows from different processes while playing video.
- Upload any mp4 file to
/data/user/jobs.mp4. - Run the GrallocTest project.
- The video should play
- After 1 second, numbered boxes should appear and disappear successively. There should be totally five number boxes.
MainActivity.javais the activity playing the video and starting all services.TestService.javadefines how the service behaves. It shows the numbered boxes.AndroidManifest.xmldeclares the six services (only five are being used). It is marked they will be started in distinct processes.
The rest are just boring boilerplate files.