##功能演示
##Roadmap ###微信
- 添加扫二维码快捷方式
- 去掉游戏选项
- 添加字体选项
- 备份聊天记录
- 更改头像
- AutoImageSearch
- GridView 通讯录
- 换肤机制
- 假的赞,模拟出很多赞
###流量监控
- 悬浮窗调节当前应用的流量数据开关
- 另一个开关指向流量监控主界面
###SuperDebug
- 获取某个类的实例个数
- Hierarchy里的printView
- 增加远程调用View方法
- 使普通应用拥有system以及signature权限
###Tricks
- Disable ANR
###主题机制
- 使用变色龙的主题机制
- 透明Activity
###设置
- 使用Holo主题
- Search and Jump to Settings
###情境相关操作
- 当前活动进程的相关操作
- 显示当前APP信息
- 强行关闭当前应用(foreceStopPackage)
- 跳转到应用设置
- 输出当前进程的log
###全局手势操作
- 定义常见手势
- 每个手势可以有相应操作执行一些Task
###XPosed优化
- 可以不重启直接用(考虑adb shell killall, 用另一个条调试用apk等方法)
###T9Search Anything
- 联系人
- 应用
- 界面中所有的TextView
- JNI
- use DexClassLoader
###快捷方式
- 通知栏二维码
- 通知栏自定义应用
- 圆角图标
###Licence
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.