apps targeting android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. see https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
时间: 2023-06-05 17:47:31 浏览: 7942
ArscBlamer是一个命令行工具,可以解析Android应用程序的resources.arsc文件并提取有关其内容的有用且可操作的信息-Android开发
当应用程序针对Android 12及更高版本时,在相应的组件中定义了Intent Filter时,必须为`android:exported`指定一个明确的值。详情请参见https://developer.android.com/guide/topics/manifest/activity-element#exported。
阅读全文