chore: reorder manifest attributes

This commit is contained in:
Harsh Shandilya 2023-06-03 23:54:56 +05:30
parent a920f899fb
commit b4b96222ed
No known key found for this signature in database

View file

@ -6,13 +6,13 @@
<application <application
android:name=".ClawApplication" android:name=".ClawApplication"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/full_backup_content" android:fullBackupContent="@xml/full_backup_content"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Claw.SplashScreen" android:theme="@style/Theme.Claw.SplashScreen"
android:enableOnBackInvokedCallback="true"
tools:targetApi="tiramisu"> tools:targetApi="tiramisu">
<profileable <profileable
android:shell="true" android:shell="true"