在AndroidManifest.xml文件中,为每个具有android:exported
属性值。例如:
...
...
...
...
根据组件的用途,在exported属性中指定适当的值。如果组件是供应用程序内部使用的,则将其设置为false。如果组件需要与其他应用程序共享,则将其设置为true。保护用户数据和隐私的组件通常应设置为false。
上一篇:AppstargetingAndroid12andhigherarerequiredtospecifyanexplicitvalueforandroid:exported。
下一篇:AppstargetingAndroid12andhigherarerequiredtospecifyanexplicitvaluefor