AppUpdate icon indicating copy to clipboard operation
AppUpdate copied to clipboard

请亲爱的作者适配android12 安全组件导出设置`android:exported` 指定显式值

Open liuxiting opened this issue 3 years ago • 0 comments

sdk 设置为31及以上会报错如下: android:exported needs to be explicitly specified for element <receiver#com.open.hule.library.downlo

在target到Android12之后,所有设置了intent filters的activity、services、broadcast receivers都需要设置 android:exported ,否则会导致编译异常。

liuxiting avatar Apr 23 '22 13:04 liuxiting