sample/src/androidMain/AndroidManifest.xml
changeset 65 f4443a561f38
parent 44 7732a7112b93
child 89 0cc872a9edbf
equal deleted inserted replaced
64:46e9b7ddc2ea 65:f4443a561f38
    22     along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
    22     along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
    23 
    23 
    24 -->
    24 -->
    25 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
    25 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
    26 
    26 
       
    27     <queries>
       
    28         <intent>
       
    29             <action android:name="android.support.customtabs.action.CustomTabsService" />
       
    30         </intent>
       
    31     </queries>
       
    32 
    27     <application
    33     <application
    28         android:allowBackup="true"
    34         android:allowBackup="true"
    29         android:icon="@mipmap/ic_launcher"
    35         android:icon="@mipmap/ic_launcher"
    30         android:label="@string/app_name"
    36         android:label="@string/app_name"
    31         android:roundIcon="@mipmap/ic_launcher_round"
    37         android:roundIcon="@mipmap/ic_launcher_round"
    42                 <category android:name="android.intent.category.LAUNCHER" />
    48                 <category android:name="android.intent.category.LAUNCHER" />
    43             </intent-filter>
    49             </intent-filter>
    44         </activity>
    50         </activity>
    45 
    51 
    46         <activity android:name=".PrebuiltLicencesMaterial2Activity"
    52         <activity android:name=".PrebuiltLicencesMaterial2Activity"
    47             android:theme="@style/Theme.AppCompat.Light.NoActionBar"
    53             android:theme="@android:style/Theme.Material.Light.NoActionBar"
    48             android:exported="false" />
    54             android:exported="false" />
    49 
    55 
    50         <activity android:name=".PrebuiltLicencesMaterial3Activity"
    56         <activity android:name=".PrebuiltLicencesMaterial3Activity"
    51             android:theme="@style/Theme.AppCompat.Light.NoActionBar"
    57             android:theme="@android:style/Theme.Material.Light.NoActionBar"
    52             android:exported="false" />
    58             android:exported="false" />
    53 
    59 
    54     </application>
    60     </application>
    55 
    61 
    56 </manifest>
    62 </manifest>