Krzysztof KosiĆski | b105faa | 2023-05-04 05:29:28 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | |||||
3 | <!-- This is to advertise that the camera device supports preview digital image stabilization | ||||
4 | in both front and back cameras--> | ||||
5 | <permissions> | ||||
6 | <feature name="vendor.android.hardware.camera.preview-dis.front" /> | ||||
7 | <feature name="vendor.android.hardware.camera.preview-dis.back" /> | ||||
8 | </permissions> |