Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartjinyu committed Jul 31, 2016
1 parent e001365 commit 2b3ac01
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

##### 应用说明
Android 6.0+的设备开启Google Now on Tap后(如何开启自行Google),可以长按Home键后单击分享按钮获取截图,这种模式下会隐藏状态栏和导航栏的icon,无论在美观还是隐私上都强于传统的截图。无奈有些应用(比如QQ和微信)直接分享会提示“文件不存在”,刚学Android编程,顺手写了个小程序。


##### 应用功能
在分享菜单中添加一项“保存截图”(英文系统下为“SaveNoTPic”),先将截图保存到设定的sd卡目录,然后再打开分享界面。(需要授予“存储空间”权限)

##### 系统要求
Android 6.0+(也就Now on Tap有这种需求吧)

##### 应用截图

![Screenshot](http:\\smartjinyu.com\img\2016-07-31\SaveNoTPic.png)

##### 开源代码
https://github.com/smartjinyu/SaveNoTPic


##### 感谢
Google material-design-icons、NoNonsense-FilePicker
Binary file added app/com.smartjinyu.SaveNoTPic_1.0.apk
Binary file not shown.

0 comments on commit 2b3ac01

Please sign in to comment.