AccessibilityDispatcher icon indicating copy to clipboard operation
AccessibilityDispatcher copied to clipboard

一个辅助功能分发器,后续将会集成各种辅助点击

辅助功能分发器

主要实现各种功能的辅助点击,包括但不限:

效果图

USAGE

下载


compile 'io.github.zhitaocai:accessibilitydispatcher:0.4.0@aar'

// or
// 如果你的项目本身已经集成了 support-annotations 
// 如果出现兼容问题,可移除本类库中本身所依赖的 support-annotations
compile ('io.github.zhitaocai:accessibilitydispatcher:0.4.0@aar') {
    exclude group: 'com.android.support', module: 'support-annotations'
}

具体使用

请移步至 wiki

如何获取演示程序?

  1. 下载项目后在项目根目录运行:
    ./gradlew :app:assembleRelease
    
  2. 生成的apk在 /static/apk

License

Copyright 2017 Zhitao Cai

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.