am 78c7c3fa
: am 9e7a84e2
: Merge "Replacing accessibility service permissions with capability attributes." into jb-mr2-dev
* commit '78c7c3faf62114a2197fbfa4dc319405c267b44d': Replacing accessibility service permissions with capability attributes.
This commit is contained in:
45
res/layout/enable_accessibility_service_dialog_content.xml
Normal file
45
res/layout/enable_accessibility_service_dialog_content.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2013 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.
|
||||
-->
|
||||
|
||||
<ScrollView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:scrollbarStyle="outsideOverlay"
|
||||
android:gravity="top">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingStart="16dip"
|
||||
android:paddingEnd="16dip" >
|
||||
|
||||
<TextView android:id="@+id/capabilities_header"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dip"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
|
||||
<LinearLayout android:id="@+id/capabilities"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="10dip" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</ScrollView>
|
@@ -3186,30 +3186,24 @@
|
||||
<!-- Summary for the disabled state of an accessiblity feature. [CHAR LIMIT=10] -->
|
||||
<string name="accessibility_feature_state_off">Off</string>
|
||||
|
||||
<!-- Title for a warning message about security implications of enabling an accessibility service,
|
||||
displayed as a dialog message when the user selects to enable an accessibility service (tablet). [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_service_security_warning_title">Use
|
||||
<!-- Title for a warning about security implications of enabling an accessibility
|
||||
service. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_service_title">Use
|
||||
<xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
|
||||
<!-- Summary for a warning message about security implications of enabling an accessibility service,
|
||||
displayed as a dialog message when the user selects to enable an accessibility service (tablet). [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_service_security_warning_summary" product="tablet">
|
||||
<xliff:g id="accessibility_service_name">%1$s</xliff:g> can
|
||||
collect all of the text you type, except passwords. This includes personal data such as credit card
|
||||
numbers. It can also collect data about your interactions with the tablet.</string>
|
||||
<!-- Summary for a warning message about security implications of enabling an accessibility service,
|
||||
displayed as a dialog message when the user selects to enable an accessibility service (phone). [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_service_security_warning_summary" product="default">
|
||||
<xliff:g id="accessibility_service_name">%1$s</xliff:g> can
|
||||
collect all of the text you type, except passwords. This includes personal data such as credit card
|
||||
numbers. It can also collect data about your interactions with the phone.</string>
|
||||
<!-- Title for the list of capabilities of an accessibility service. -->
|
||||
<string name="capabilities_list_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g>
|
||||
needs to:</string>
|
||||
|
||||
<!-- Title for a warning about disabling an accessibility service displayed as a dialog message when the user
|
||||
selects to disable that service. This avoids accidental disabling. [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_service_disable_warning_title">Stop
|
||||
<xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
|
||||
<!-- Summary for a warning about disabling accessibility service displayed as a dialog message when the user
|
||||
selects to disable that service. This avoids accidental disabling. [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_service_disable_warning_summary">Touching OK will
|
||||
<!-- Title for the capability of an accessibility service to receive events and keys. -->
|
||||
<string name="capability_title_receiveAccessibilityEvents">Observe your actions</string>
|
||||
<!-- Description for the capability of an accessibility service to receive events and keys. -->
|
||||
<string name="capability_desc_receiveAccessibilityEvents">Receive notifications when you\'re
|
||||
interacting with an app.</string>
|
||||
|
||||
<!-- Title for a warning about disabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="disable_service_title">Stop<xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
|
||||
<!-- Message for a warning about disabling accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="disable_service_message">Touching OK will
|
||||
stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string>
|
||||
|
||||
<!-- Title for the prompt shown as a placeholder if no accessibility serivices are installed. [CHAR LIMIT=50] -->
|
||||
|
Reference in New Issue
Block a user