mariotaku / Pass

Password Generator for Android
25 stars 4 forks source link

[feature]增加入口 #7

Open LvWind opened 8 years ago

LvWind commented 8 years ago

增加 App 启动入口(通知或者输入法),目前只能从 launcher 启动,操作过于复杂。

使用场景:网页登录输入密码,下拉通知栏点击 Pass ONGOING通知启动主界面。

mariotaku commented 8 years ago

辅助功能是否启用?现在可以通过辅助功能自动弹出通知。另外对于引导用户启用这个功能有没有什么好主意?

LvWind commented 8 years ago

额,确实是不知道需要开启 Accessibility,刚试了下可以用了。 引导的话,在设置页勾选 Auto Fill Passwords的时候用 Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS) 跳转过去设置就好了。 顺便android.provider.Settings.Secure.ACCESSIBILITY_ENABLED可以检测是否已经打开了Accessibility

mariotaku commented 8 years ago

thanks!

LvWind commented 8 years ago

you♂are♂welcome