I Turned on Talk Back Function and Now My Phone Is Not Fuctioning

Testing for accessibility lets you experience your app from the perspective of your users and find usability issues that you might otherwise miss. Accessibility testing can reveal opportunities to make your app more powerful and versatile for all your users, including those with disabilities.

For the best results, use all of the approaches described in this doc:

  • Manual testing: Interact with your app using Android accessibility services.
  • Testing with analysis tools: Use tools to discover opportunities to improve your app's accessibility.
  • Automated testing: Turn on accessibility testing in Espresso and Robolectric.
  • User testing: Get feedback from real people who interact with your app.

Manual testing

Manual testing puts you in the shoes of your user. Android AccessibilityService objects change the way your app's content is presented to the user and how the user interacts with the content. By interacting with your app using accessibility services, you can experience your app as your users would.

TalkBack

TalkBack is Android's built-in screen reader. When TalkBack is on, users can interact with their Android device without seeing the screen. Users with visual impairments may rely on TalkBack to use your app.

Turn on TalkBack

  1. Open your device's Settings app.
  2. Navigate to Accessibility and select TalkBack.
  3. At the top of the TalkBack screen, press On/Off to turn on TalkBack.
  4. In the confirmation dialog, select OK to confirm permissions.

Explore your app with TalkBack

After TalkBack is on, there are two common ways to navigate:

  • Linear navigation: Quickly swipe right or left to navigate through screen elements in sequence. Double-tap anywhere to select.
  • Explore by touch: Drag your finger over the screen to hear what's under your finger. Double-tap anywhere to select.

To explore your app with TalkBack, complete these steps:

  1. Open your app.
  2. Swipe through each element in sequence.
  3. As you navigate, look for the following issues:

    • Does the spoken feedback for each element convey its content or purpose appropriately? (Learn how to write meaningful labels.)
    • Are announcements succinct, or are they needlessly verbose?
    • Are you able to complete the main workflows easily?
    • Are you able to reach every element by swiping?
    • If alerts or other temporary messages appear, are they read aloud?

For more information and tips, refer to TalkBack user documentation.

Optional: TalkBack developer settings

TalkBack developer settings can make it easier for you to test your app with TalkBack.

To view or change developer settings, complete these steps:

  1. Open your device's Settings app.
  2. Navigate to Accessibility and select TalkBack.
  3. Select Settings > Advanced settings > Developer settings:

    1. Log output level: Select VERBOSE.
    2. Display speech output: Turn on this setting to view TalkBack speech output on the screen.

Switch Access

Switch Access lets users interact with Android devices using a switch instead of the touch screen. There are several kinds of switches: assistive technology devices such as those sold by AbleNet, Enabling Devices, RJ Cooper, or Tecla*; external keyboard keys; or buttons. This service can be helpful for users with motor impairments.

* Google doesn't endorse these companies or their products.

Turn on Switch Access

A simple way to configure Switch Access is with two switches. One switch is designated as the "Next" switch and moves focus around the screen, and a second "Select" switch selects the focused element. To use this two-switch method, you can use any pair of hardware keys.

Note: Your experience with Switch Access may vary, depending on the tools and software that you're using:

  • If you use an external switch, such as a keyboard, there are additional setup steps. For example, you need to re-enable the soft keyboard. For more information, refer to the Switch Access user documentation.
  • If you're using TalkBack 5.1 or later, a setup wizard is available to configure Switch Access. To use this wizard instead of the steps below, go to Settings > Accessibility > Switch Access > Settings > Open Switch Access setup.

To set up Switch Access using the volume down key as the "Next" switch and the volume up key as the "Select" switch, complete the following steps:

  1. Ensure that TalkBack is turned off.
  2. Open your device's Settings app.
  3. Navigate to Accessibility and select Switch Access, then select Settings.
  4. On the Switch Access Preferences screen, make sure that Auto-scan is off.
  5. Use the volume down key as your "Next" switch:

    1. Touch Assign Keys for Scanning > Next.
    2. When the dialog opens, press the volume down key. The dialog shows KEYCODE_VOLUME_DOWN.
    3. Touch OK to confirm and exit the dialog.
  6. Use the volume up key as your "Select" switch:

    1. Touch Select.
    2. When the dialog opens, press the volume up key. The dialog shows KEYCODE_VOLUME_UP.
    3. Touch OK to confirm and exit the dialog.
  7. To return to Switch Access Preferences, press the back button.

  8. Optional: If you're using TalkBack 5.1 or later, you can select Spoken feedback to turn on spoken feedback.

  9. To return to the main Switch Access screen, press the back button.

  10. At the top of the Switch Access screen, press On/Off to turn on Switch Access.

  11. In the confirmation dialog, select OK to confirm permissions.

Explore your app using Switch Access

To explore your app with Switch Access, complete these steps:

  1. Open your app.
  2. To start scanning, press your "Next" switch (volume down).
  3. Continue pressing "Next" until you reach the item you want to select.
  4. To select the highlighted item, press your "Select" switch (volume up).
  5. As you navigate, look for the following issues:

    • Are you able to complete the main workflows easily?
    • If you have text or other inputs, can you add and edit content easily?
    • Are items highlighted only if you can perform an action with them?
    • Is each item highlighted only once?
    • Is all functionality that's available through touch screen gestures also available as selectable controls or custom actions within Switch Access?
    • If you're using TalkBack 5.1 or later and you've turned on spoken feedback, does the spoken feedback for each element convey its content or purpose appropriately? (Learn how to write meaningful labels.)

Optional: Use group selection to see all scannable items

Group selection is a Switch Access navigation method that lets you see all scannable items at once. This option lets you perform a quick check to see whether the correct elements on the screen are highlighted.

To turn on group selection, complete these steps:

  1. Open your device's Settings app.
  2. Navigate to Accessibility and select Switch Access, then select Settings.
  3. On the Switch Access Preferences screen, make sure that Auto-scan is off.
  4. Select Scanning method > Group selection.
  5. Touch Assign switches for scanning.
  6. Make sure that the text under Group selection switch 1 and Group selection switch 2 shows that a switch is assigned to each. If you already followed the steps to turn on Switch Access, the volume buttons should already be assigned.

To explore your app with Switch Access using group selection, complete these steps:

  1. Press the "Select" key (volume up) to highlight all actionable items on the current screen. Look for the following issues:

    • Are only actionable items highlighted?
    • Are all actionable items highlighted?
    • Does the density of highlighted items make sense?
  2. Navigate to a different screen to clear the highlight.

To learn more about how users can navigate with group selection, see Tips for using Switch Access.

Other services

Android provides several additional tools for testing your app's accessibility.

BrailleBack

Google BrailleBack is an app that lets users connect a refreshable Braille display to an Android device over Bluetooth. BrailleBack works with TalkBack to provide a combined speech and Braille experience.

To test your app with a Braille display, learn how to install and turn on BrailleBack.

To see the braille (and ASCII translation) that BrailleBack would render, without connecting a Braille display, you can use the overlay option in BrailleBack settings:

  1. Open your device's Settings app.
  2. Navigate to Accessibility and select BrailleBack.
  3. Select Settings > Developer options > Show Braille output on screen.

Voice Access

Voice Access lets users control an Android device with spoken commands. Voice Access is available on devices running Android 5.0 (API level 21) and higher. To test your app with Voice Access, learn how to get started with Voice Access.

Analysis tools

Testing with analysis tools can uncover opportunities to improve accessibility that you might miss with manual testing.

Accessibility Scanner

The Accessibility Scanner app scans your screen and provides suggestions to improve the accessibility of your app. Accessibility Scanner uses the Accessibility Test Framework and provides specific suggestions after looking at content labels, clickable items, contrast, and more.

Learn more:

  • Get started with Accessibility Scanner
  • How to read Accessibility Scanner results

Pre-launch report on Google Play

If you distribute your app on Google Play, you have access to a pre-launch report for your app. Google Play generates this report shortly after you upload an app to a release channel using the Google Play Console. The pre-launch report, which is also available in the Google Play Console, displays the results of tests that Google Play performs on your app.

In particular, Google Play runs accessibility tests using the Accessibility Test Framework. The results of these tests appear in a table on the Accessibility tab of your app's pre-launch report.

The table organizes opportunities for improvement into the following categories:

Touch target size
Interactive elements in your app that have a focusable area, or touch target size, that is smaller than recommended.
Low contrast
Instances where the pair of colors used for a text element and the background behind that element has a lower color contrast ratio than recommended.
Content labeling
UI elements that don't have a label that describes a given element's purpose.
Implementation
Attributes assigned to UI elements that make it more difficult for the system's accessibility services to interpret the elements correctly. Examples include defining a description for an editable View label and using an element traversal order that doesn't match the elements' logical arrangement.

Following the table, the pre-launch report shows snapshots of your app. These snapshots represent the top opportunities to improve your app's accessibility in each category. By selecting a screenshot, you can view more details, including a suggested improvement and a more complete list of places in your app where you can apply that same improvement.

Figure 1 shows an example of the table that appears on the Accessibility tab of a pre-launch report within Google Play. This figure also includes one of the app's snapshots, showing that the Next button has a touch target size that is smaller than recommended.

Screenshot of pre-launch report sections
Figure 1. Example summary table (left) and screenshot (right) from the Accessibility tab of a pre-launch report

UI Automator Viewer

The uiautomatorviewer tool provides a convenient GUI to scan and analyze the UI components currently displayed on an Android device. You can use UI Automator to inspect the layout hierarchy and view the properties of UI components that are visible on the foreground of the device. This information lets you create more fine-grained tests, for example by creating a UI selector that matches a specific visible property. The tool is located in the tools directory of the Android SDK.

In accessibility testing, this tool is useful for debugging issues found using other testing methods. For example, if manual testing results in a view that doesn't have speakable text and should or a view that receives focus and shouldn't, you can use the tool to help locate the source of the bug.

To learn more about UI Automator Viewer, see Testing UI for multiple apps.

Lint

Android Studio shows lint warnings for various accessibility issues and provides links to the places in the source code containing these issues. In the following example, an image is missing a contentDescription attribute. The missing content description results in the following message:

[Accessibility] Missing 'contentDescription' attribute on image        

Figure 2 shows an example of how this message appears in Android Studio:

Screen capture of message
Figure 2. Message in Android Studio showing missing contentDescription attribute

If users of accessibility services, such as screen readers, encountered this image within the app itself, they wouldn't be able to understand the image's meaning.

Automated testing

The Android platform supports several testing frameworks, including Espresso and Robolectric, which each allow you to create and run automated tests that evaluate the accessibility of your app.

To see a video overview of accessibility testing with Espresso and Robolectric, watch the following video from minute 31:54 to 34:19: Inclusive design and testing: Making your app more accessible - Google I/O 2016.

Espresso

Espresso is an Android testing library designed to make UI testing fast and easy. It allows you to interact with UI components under test in your app and assert that certain behaviors occur or that specific conditions are met.

This section describes how to run accessibility checks using Espresso.

Enable checks

You can enable and configure accessibility testing using the AccessibilityChecks class:

Kotlin

import androidx.test.espresso.accessibility.AccessibilityChecks  @RunWith(AndroidJUnit4::class) @LargeTest class MyWelcomeWorkflowIntegrationTest {     init {              AccessibilityChecks.enable()              } }            

Java

import androidx.test.espresso.accessibility.AccessibilityChecks;  @RunWith(AndroidJUnit4.class) @LargeTest public class MyWelcomeWorkflowIntegrationTest {     @BeforeClass     public void enableAccessibilityChecks() {              AccessibilityChecks.enable();              } }            

By default, the checks run when you perform any view action defined in ViewActions. Each check includes the view on which the action is performed as well as all descendant views. You can evaluate the entire view hierarchy of a screen during each check by passing true into setRunChecksFromRootView(), as shown in the following code snippet:

Kotlin

AccessibilityChecks.enable().setRunChecksFromRootView(true)            

Java

AccessibilityChecks.enable().setRunChecksFromRootView(true);            

Suppress subsets of results

After Espresso runs accessibility checks on your app, you might find several opportunities to improve your app's accessibility that you cannot address immediately. In order to stop Espresso tests from continually failing because of these results, you can ignore them temporarily. The Accessibility Test Framework (ATF) provides this functionality using the setSuppressingResultMatcher() method, which instructs Espresso to suppress all results that satisfy the given matcher expression.

When you make changes to your app that address one aspect of accessibility, it's beneficial for Espresso to show results for as many other aspects of accessibility as possible. For this reason, it's best to suppress only specific known opportunities for improvement.

When you temporarily suppress accessibility test findings that you plan to address later, it's important to not accidentally suppress similar findings. For this reason, use matchers that are narrowly scoped. To do so, choose a matcher so that Espresso suppresses a given result only if it satisfies each of the following accessibility checks:

  1. Accessibility checks of a certain type, such as those that check for touch target size.
  2. Accessibility checks that evaluate a particular UI element, such as a button.

The ATF defines several matchers to help you define which results to show in your Espresso tests. The following example suppresses the results of checks that relate to a single TextView element's color contrast. The element's ID is countTV.

Kotlin

AccessibilityChecks.enable().apply {         setSuppressingResultMatcher(                 allOf(                     matchesCheckNames(`is`("TextContrastViewCheck")),                     matchesViews(withId(R.id.countTV))                 )         ) }            

Java

AccessibilityValidator myChecksValidator = AccessibilityChecks.enable(); Matcher<? super AccessibilityViewCheckResult> myChecksMatcher =         Matchers.allOf(matchesCheckNames(is("TextContrastViewCheck")),                        matchesViews(withId(R.id.countTV))); myChecksValidator.setSuppressingResultMatcher(myChecksMatcher);            

Robolectric

Robolectric is an open-source Android testing library that lets you test real Android code on a JVM, without needing to start an emulator. Learn how to get started with Robolectric.

Suppress known issues

When first enabling checks for Robolectric, you may encounter a number of issues you may not be able to deal with immediately. You can suppress these errors by setting a matcher for the results that you would like to suppress. For more information, see the documentation for the setSuppressingResultMatcher() method of the AccessibilityUtil class that is available in Robolectric.

User testing

Along with the other testing methods in this guide, user testing can provide specific and valuable insights about the usability of your app.

To find users who can test your app, use methods such as the following:

  1. Reach out to local organizations, colleges, or universities that provide training for people with disabilities.
  2. Ask your social circle. There might be people with disabilities who are willing to help.
  3. Ask a user testing service (such as usertesting.com) if they can test your app and include users with disabilities.
  4. Join an accessibility forum, such as Accessibility or Eyes-free, and ask for volunteers to try your app.

For more tips, watch the user testing section of this video, from minute 31:10 to 44:51: Behind the scenes: What's new in Android accessibility - Google I/O 2016.

I Turned on Talk Back Function and Now My Phone Is Not Fuctioning

Source: https://developer.android.com/guide/topics/ui/accessibility/testing

0 Response to "I Turned on Talk Back Function and Now My Phone Is Not Fuctioning"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel