简单了解AndroidManifest.xml文件
阅读原文时间:2023年07月10日阅读:1

AndroidManifest.xml:资源清单文件













android:allowBackup="true" ==> 允许备份
android:icon ==> 应用图标
android:label ==> 应用名称
android:supportsRtl ==> 支持从右到左布局
android:theme ==> 主题
进入主题看看: