Camera: Enable instant access to camera extension proxy service

Instant apps must be able to communicate with the camera extension
proxy service.

Bug: 199695516
Test: atest -c --instant
cts/tests/camera/src/android/hardware/camera2/cts/CameraExtensionCharacteristicsTest.java
atest -c --instant
cts/tests/camera/src/android/hardware/camera2/cts/CameraExtensionSessionTest.java

Change-Id: Ibf6adaf4746456fd88656e894a1d9ea45a7b07cc
This commit is contained in:
Emilian Peev
2021-09-14 16:57:16 -07:00
parent a888b50f1c
commit 393b71efda

View File

@@ -8,6 +8,7 @@
android:directBootAware="true">
<service android:name=".CameraExtensionsProxyService"
android:visibleToInstantApps="true"
android:exported="true">
</service>
<uses-library android:name="androidx.camera.extensions.impl" android:required="false" />