6.7.0 - Alpha3 - 应用启动器图标支持自适应图标特性 (issue #405)

This commit is contained in:
SuperMonster003
2025-07-03 15:25:23 +08:00
parent c1973beeb0
commit ef86f8aecc
14 changed files with 25 additions and 12 deletions

View File

@@ -481,7 +481,7 @@ android {
"intentCategory" to "android.intent.category.LAUNCHER",
"intentCategoryInrt" to "android.intent.category.DEFAULT",
"authorities" to "org.autojs.autojs6.fileprovider",
"icon" to "@drawable/autojs6_material",
"icon" to "@mipmap/ic_app_launcher_adaptive",
)
)
}