princekin-f / EasyFloat

🔥 EasyFloat:浮窗从未如此简单(Android可拖拽悬浮窗口,支持页面过滤、自定义动画,可设置单页面浮窗、前台浮窗、全局浮窗,浮窗权限按需自动申请...)
Apache License 2.0
3.32k stars 429 forks source link

fix:android:exported="true" #224

Closed iDeMonnnnnn closed 10 months ago

iDeMonnnnnn commented 1 year ago

修复Android31及以上版本,启动Activity未添加android:exported="true",导致的软件包解析错误。

adb: failed to install base.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl245149649.tmp/base.apk (at Binary XML file line #25): com.lzf.easyfloat.example.activity.MainActivity: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]