Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions resources/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
<string name="title_class_chooser">Which %1$s?</string>

<string name="permlab_bind_logger_service">bind to log service</string>
<string name="permdesc_bind_logger_service">Allows this app to bind to Code on the Go\'s logging service. This permission is required for Code on the Go to read this app\'s logs.</string>
<string name="permdesc_bind_logger_service">Allows this app to bind to Code on the Go\'s logging service. This permission is needed for Code on the Go to read this app\'s logs.</string>
<string name="wizard_module_name">Module name</string>
<string name="wizard_module_type">Module type</string>
<string name="msg_invalid_module_name">Invalid Gradle module name</string>
Expand Down Expand Up @@ -686,11 +686,11 @@
<string name="permission_desc_notifications">Allow Code on the Go to post notifications.</string>
<string name="permission_title_accessibility">Accessibility</string>
<string name="permission_desc_accessibility">Allow Code on the Go to access accessibility services for debugging.</string>
<string name="permissions_info_intro">On the next page, Code on the Go asks you to allow up to four permissions.</string>
<string name="permissions_info_notifications">• <b>Notifications</b> is required so you receive important status messages. On Android 12 and earlier, notifications are enabled by default and won’t appear as a permission request.</string>
<string name="permissions_info_storage">• <b>Storage</b> is required so you can create project directories and files.</string>
<string name="permissions_info_install">• <b>Install packages</b> is required so you can install the apps that you build.</string>
<string name="permissions_info_overlay_accessibility">• <b>Overlay window</b> is required so you can use the debugger. If your device won\'t let you enable this permission, go to <b>Settings \u2192 Apps \u2192 Code on the Go</b>. In the Options menu at the upper right, tap <b>Enable restricted settings</b>. When you return to the installer, you can assign the permission. (The exact steps may vary on different devices.)</string>
<string name="permissions_info_intro">Next page: permissions</string>
<string name="permissions_info_notifications">• <b>Notifications</b> (to receive status messages) On Android 12 and earlier, notifications are enabled already.</string>
<string name="permissions_info_storage">• <b>Storage</b> (to create project directories and files)</string>
<string name="permissions_info_install">• <b>Install packages</b> (to install the apps that you build)</string>
<string name="permissions_info_overlay_accessibility">• <b>Overlay window</b> (to use the debugger) If you can\'t enable this permission, go to <b>Settings \u2192 Apps \u2192 Code on the Go</b>. In the upper right Options menu, tap <b>Enable restricted settings</b>. Return to the installer and assign the permission. (The steps may vary on different devices.)</string>
<string name="finish_installation">Finish installation</string>
<string name="onboarding_title_permissions">Permissions</string>
<string name="onboarding_subtitle_permissions">Code on the Go requires the following permissions:</string>
Expand Down