xref: /aosp_15_r20/frameworks/ex/camera2/extensions/eyesFreeVidSample/AndroidManifest.xml (revision 51f0e3d5878722200615b7170faeca299e15103d)
1*51f0e3d5SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*51f0e3d5SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3*51f0e3d5SAndroid Build Coastguard Worker    package="android.camera.extensions.impl.service">
4*51f0e3d5SAndroid Build Coastguard Worker
5*51f0e3d5SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.SYSTEM_CAMERA" />
6*51f0e3d5SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.CAMERA" />
7*51f0e3d5SAndroid Build Coastguard Worker
8*51f0e3d5SAndroid Build Coastguard Worker    <application
9*51f0e3d5SAndroid Build Coastguard Worker        android:defaultToDeviceProtectedStorage="true"
10*51f0e3d5SAndroid Build Coastguard Worker        android:forceQueryable="true"
11*51f0e3d5SAndroid Build Coastguard Worker        android:directBootAware="true">
12*51f0e3d5SAndroid Build Coastguard Worker
13*51f0e3d5SAndroid Build Coastguard Worker        <service android:name=".EyesFreeVidService"
14*51f0e3d5SAndroid Build Coastguard Worker            android:visibleToInstantApps="true"
15*51f0e3d5SAndroid Build Coastguard Worker            android:exported="true">
16*51f0e3d5SAndroid Build Coastguard Worker        </service>
17*51f0e3d5SAndroid Build Coastguard Worker    </application>
18*51f0e3d5SAndroid Build Coastguard Worker
19*51f0e3d5SAndroid Build Coastguard Worker</manifest>
20