📜  导出的 android 清单 - Kotlin 代码示例

📅  最后修改于: 2022-03-11 14:53:32.787000             🧑  作者: Mango

代码示例1
// if your service requires an intent filter or a permission put it on true
android:exported="true"
// default value is true otherwise you want to change it :
android:exported="false"