34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<string name="fire_intent_action">Fire Intent Action</string>
|
|
<string name="api_call_failed">API call failed</string>
|
|
<string name="launch_and_add">Screenshot received</string>
|
|
<string name="launch_and_cancel">Screenshot not received</string>
|
|
<string name="launch_window_unsupported">Window mode is unsupported</string>
|
|
<string name="launch_blocked_by_admin">Blocked by admin</string>
|
|
|
|
<string name="call_can_use_api">Call Can Use API</string>
|
|
<string name="permission_not_available">
|
|
Failed calling can use API. Missing permission.
|
|
\nPlease check if CTS Default Notes app is set as the default notes app.
|
|
</string>
|
|
<string name="can_use_api_returned_true">Can use API returned true</string>
|
|
<string name="can_use_api_returned_false">Can use API returned false</string>
|
|
</resources>
|