Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/twiceyuan/WXAPK

直接安装微信接收到的 APK
https://github.com/twiceyuan/WXAPK

android android-app android-application

Last synced: 24 days ago
JSON representation

直接安装微信接收到的 APK

Lists

README

        

# WXAPK

![logo](app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png)

在微信中直接安装接收到的 APK 文件

## 原理

微信为了提高恶意软件传播的成本,简单粗暴的在微信中传播的 APK 文件名后缀改为 .apk.1。
本 App 通过定义 apk.1 的 Intent Filter 来识别这种文件类型,分发给系统的应用安装器进行正常安装。

> [!CAUTION]
> 请自行确认收到的 APK 文件是可信任的,谨慎安装来源不明的 APK 文件

## 下载

[Releases](https://github.com/twiceyuan/WXAPK/releases)

> Play Store 因不满足 REQUEST_INSTALL_PACKAGES 权限的允许使用情形,已下线


下载应用,请到 Google Play

## License

MIT