From b11437695dab40df52ad3194ee537e25e5175b52 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 24 Aug 2016 00:36:51 -0400 Subject: [PATCH] Fix the multi-surface activity link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661d4502..e9632974 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Current features - Uses the default (rear-facing) camera. If the device has no default camera (e.g. Nexus 7 (2012)), the Activity will crash. -[Multi-surface test](src/com/android/grafika/MultiSurfaceTest.java). Simple activity with three overlapping SurfaceViews, one marked secure. +[Multi-surface test](src/com/android/grafika/MultiSurfaceActivity.java). Simple activity with three overlapping SurfaceViews, one marked secure. - Useful for examining HWC behavior with multiple static layers, and screencap / screenrecord behavior with a secure surface. (If you record the screen one of the circles should be missing, and capturing the screen should just show black.)