Merge "Camera: Enable instant access to camera extension proxy service" into sc-qpr1-dev

This commit is contained in:
TreeHugger Robot
2021-09-20 17:45:00 +00:00
committed by Android (Google) Code Review

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" />