| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="android.camera.extensions.impl.service"> | |
| <application | |
| android:defaultToDeviceProtectedStorage="true" | |
| android:forceQueryable="true" | |
| android:directBootAware="true"> | |
| <service android:name=".EyesFreeVidService" | |
| android:visibleToInstantApps="true" | |
| android:exported="true"> | |
| </service> | |
| </application> | |
| </manifest> |