sample/src/androidMain/AndroidManifest.xml
changeset 118 ceee12802fbc
parent 89 0cc872a9edbf
equal deleted inserted replaced
117:22d79b197676 118:ceee12802fbc
    35         android:icon="@mipmap/ic_launcher"
    35         android:icon="@mipmap/ic_launcher"
    36         android:label="@string/app_name"
    36         android:label="@string/app_name"
    37         android:roundIcon="@mipmap/ic_launcher_round"
    37         android:roundIcon="@mipmap/ic_launcher_round"
    38         android:supportsRtl="true"
    38         android:supportsRtl="true"
    39         android:theme="@style/Theme.AboutOss">
    39         android:theme="@style/Theme.AboutOss">
    40         <activity
       
    41             android:name=".MainActivity"
       
    42             android:exported="true"
       
    43             android:label="@string/app_name"
       
    44             android:theme="@style/Theme.AboutOss">
       
    45             <intent-filter>
       
    46                 <action android:name="android.intent.action.MAIN" />
       
    47 
       
    48                 <category android:name="android.intent.category.LAUNCHER" />
       
    49             </intent-filter>
       
    50         </activity>
       
    51 
    40 
    52         <activity android:name=".PrebuiltLicencesMaterial2Activity"
    41         <activity android:name=".PrebuiltLicencesMaterial2Activity"
    53             android:theme="@style/Theme.AboutOss.Material2"
    42             android:theme="@style/Theme.AboutOss.Material2"
    54             android:exported="false" />
    43             android:exported="false" />
    55 
    44