报错信息:
Error: android:exported needs to be explicitly specified for <activity>. 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. newfengyouhui.app main manifest (this file)
解决办法是,如果组件定义了intent-filter,就上加上这个属性android:exported