codelab-android-accessibility
codelab-android-accessibility copied to clipboard
Basic Android Accessibility: making sure everyone can use what you create!
When I enable StrictMode, I can see `IllegalAccessException` in the log. What is the correct way to show overlay in `AccessibilityService`? ```java @Override protected void onServiceConnected() { super.onServiceConnected(); debugStrictMode(); WindowManager...
Following the Scroll button portion of the sample, the service crashes whenever the scroll button is pressed. The getRootInActiveWindow() call is returning null even though, according to the API, this...
Cloned the repo form master [commit](https://github.com/googlecodelabs/android-accessibility/commit/0d0096ba85fb5849dbc1182efef181b102015390), run `CounterInstrumentedTest.testIncrement()` from Android studio, passes ok. Uncomment `AccessibilityChecks.enable()` rerun but now get the following error. Running on Pixel 3: Android 12. ``` java.lang.IllegalAccessError:...
When I run app as in tutorial (select nothing activity and press green button) it builds and stops. After it i don't see Global Action Bar Service in Settings >...
Step 3 of the tutorial invites the user to launch the application, but you can't do that until you set the launch activity to Nothing, which isn't explained until the...
The instructions in step #6 tell the reader to split out a **RelativeLayout** containing several **TextView** elements into multiple **RelativeLayout** containers. However, some of the **TextView** elements are aligned to...
The layout file **content_grouping.xml** used in Step 6 of the codelab features a **RelativeLayout** element with an unnecessary android:id attribute. I recommend removing this, as it can easily trip up...
ERROR: Failed to resolve: com.android.support.test.espresso:espresso-core:2.2.2 Add Google Maven repository and sync project Show in Project Structure dialog Affected Modules: app ERROR: Failed to resolve: com.android.support:appcompat-v7:24.2.1 Add Google Maven repository and...
When I add up to 20 to 30 paths per second, it starts skipping paths and dispatches gestures that are not exactly the same as I expected. Is there a...
for oreo, no buttons are displayed over the screen