One StepAndroid 手机交互应用
一步(One Step)是由锤子科技开源的 Android 手机交互应用程序。
什么是一步(One Step)?
通过拖拽完成将信息发送至应用或联系人的动作,节省了在不同应用之间切换的诸多步骤,第一次打通了手持设备中应用间的边界
写在前面的话
我们开源 One Step 是希望其他厂商能将这一功能集成在系统中,共同改善安卓用户体验、提升操作效率。
我们把 One Step 所有接口封装在 android.view.onestep 包下,考虑到第三方应用集成时的复杂度,请在不改变现有接口的前提下进行扩展。同时也欢迎通过 commit 向我们提交反馈。
由于人力有限,我们仅在 Nexus6(Code Base:Android 6.0.1_MOB31K)的真机上进行了相关测试,理论上其他的机型也可以进行编译运行,但不排除会有bug 出现。最后,我们为你提供了 Nexus6 的 build。
One Step 涉及的工程列表:
frameworks_base (需要更改WindowManager) https://github.com/SmartisanTech/android_frameworks_base
frameworks_native (需要更改input, 响应调整window后touch事件)https://github.com/SmartisanTech/android_frameworks_native
packages_apps_OneStep(OneStep UI层) https://github.com/SmartisanTech/packages_apps_OneStep
build(加入smartisanos框架编译以及OneStep应用) https://github.com/SmartisanTech/android_build
external_sepolicy (为新引入的OneStepService设置权限)https://github.com/SmartisanTech/android_external_sepolicy
frameworks_smatisanos_base (smartisanos 框架层) https://github.com/SmartisanTech/android_frameworks_smartisanos-base
SmartisanSDK (为第三方应用接入提供接口,以及一个简单的demo)https://github.com/SmartisanTech/SmartisanOS-SDK