android / codelab-android-accessibility

Basic Android Accessibility: making sure everyone can use what you create!
https://codelabs.developers.google.com/codelabs/basic-android-accessibility/
Apache License 2.0
112 stars 86 forks source link

No Global Action Bar Service in Settings > Accessibility #28

Open eetrukhan opened 4 years ago

eetrukhan commented 4 years ago

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 > Accessibility as it said in tutorial and there is not toolbar on the screen. Am i doing something wrong?

qbalsdon commented 3 years ago

I am having the same issue - also there is no "completed" branch in the repository: https://github.com/googlecodelabs/android-accessibility/blob/master/GlobalActionBarService/app/src/main/java/com/example/android/globalactionbarservice/GlobalActionBarService.java so there is no evidence that this works... We can't even check out a solution