Camera: ignore torch status update for aux or compsite camera
Issue: we only expose aux and composite camera ids to whitelist app, but don't check the whitelist in torch status update. So for apps not in whitelist like CTS, they might receive extra unexpected torch status update, from aux and composite camera, which could cause CTS failure. Fix: Also ignore torch status update, if app not in whitelist. It can fixe CTS issues in FlashlightTest.java. CRs-Fixed: 2033688 Change-Id: I308bccfc027017b590f9f91089d644f7d8a206ff
Loading
Please register or sign in to comment