Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

SD重定向

Download

SD重定向是个Xposed插件
主要功能为:
重定向软件所获取的SD路径, 防止软件在根目录下乱建文件
支持对单独程序指定目录 或使用全局设置(每张SD根目录下 AppFile\程序包名称)
重定向状态下排除指定目录(如相册等), 方便使用
警告: 请勿对系统程序设置 可能会产生未知后果

Author(s): 

dyq1994

Support/Discussion URL: 

https://github.com/Richard-Tung/SDLink/issues/

Source code URL: 

https://github.com/Richard-Tung/SDLink/

Package: 

me.dyq.android.SDLink

Version name: 

1.4.3

Release type: 

Stable (low risk of bugs)

Download: 

me.dyq.android.SDLink_v13_61d45f.apk(391.66 KB)

Number of downloads: 

2,690 in total · 9 in the last 24 hours

MD5 checksum: 

61d45f2477b3efa5b8910cfefa2d33e5

Uploaded on: 

Friday, November 3, 2017 - 16:16

Changes: 

1.4.3
修正如果SD路径里有大写字母则重定向目录会循环创建

1.4.2
BugFix

1.4.1
修正一处NPE
SDK要求降到15(4.0.3) (未实机测试)

1.4
修正SD路径可能无法保存的Bug
(可能?)修复拔出SD卡后打开重定向的App闪退的Bug
(尝试)兼容Android 6.0
新增4.4以上的SD权限修复(即允许程序直接写入SD卡)
新增模块未启用警告
路径不区分大小写

1.3.3
修正选择程序界面某些程序消失的问题
修正选择程序界面中文不按名称排序的问题

1.3.2
选择程序界面按名称排序
选择程序界面支持搜索

1.3.1
调整优化界面

1.3
添加功能介绍
优化设置显示
增加兼容模式 如启用后程序闪退或识别不到存储卡可尝试使用此模式(可能无法对付某些毒瘤)

1.2
首次公开发行

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project