xref: /aosp_15_r20/development/samples/browseable/Camera2Video/res/values/strings.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <string name="record">Record</string>
4    <string name="stop">Stop</string>
5    <string name="description_info">Info</string>
6    <string name="permission_request">This sample needs permission for camera and audio recording.</string>
7    <string name="camera_error">This device doesn\'t support Camera2 API.</string>
8</resources>