- Apps targeting Android 12 and higher are required to specify an explicit value for
android:exported
从Android12开始(targetSdkVersion>=31),在AndroidManifest.xml中声明的四大组件,如果有"intent-filter",则必须显式的设置【android:exported】属性,否则无法编译通过.
https://blog.51cto.com/u_14202100/5189101
分类: 版本特性
0 条评论