android studio 清单配置文件androidmainfest.xml详细解读

  <?xml version="1.0" encoding="utf-8"?>

  

  xmlns:tools="http://schemas.android.com/tools">

  

  

  

  

  

  

  

  

  

  

  

  android:allowBackup="true"

  android:dataExtractionRules="@xml/data_extraction_rules"

  android:fullBackupContent="@xml/backup_rules"

  android:icon="@mipmap/ic_launcher"

  android:label="@string/app_name"

  android:roundIcon="@mipmap/ic_launcher_round"

  android:supportsRtl="true"

  android:theme="@style/Theme.LabelPrint"

  tools:targetApi="31">

  

  android:name=".MainActivity"

  android:exported="true">