1 个仓库
Installation strategies that adapt to different system permission levels such as root or system-level access.
Distinct from Application Installers: Distinct from general application installers by focusing on the permission-switching logic (system vs root).
Explore 1 awesome GitHub repository matching development tools & productivity · Permission-Based Installation Methods. Refine with filters or upvote what's useful.
Droid-ify 是一个 Android 应用安装程序和客户端,用于浏览、安装和更新来自 F-Droid 仓库的开源软件。它作为一个可搜索的仓库浏览器,能够发现和部署社区维护的软件包。 该项目支持多种安装路径,根据设备的权限级别通过不同的系统管道路由请求。它提供对 root 权限、基于会话的模式和 Shizuku 的支持,以绕过标准系统权限限制。 该系统包含一个后台服务,用于监控仓库中的新版本以自动化软件更新。它利用本地优先的数据同步,允许用户在没有活跃互联网连接的情况下浏览和搜索应用目录。其他功能包括将自定义第三方仓库链接集成到软件列表中。
Implements installation strategies that adapt to different system permission levels, including root and session-based modes.