mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 11:07:04 +05:30
feat(android): declare backup rules
This commit is contained in:
parent
11da08a8f8
commit
a2422f9356
3 changed files with 24 additions and 1 deletions
|
@ -5,11 +5,14 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application
|
||||
android:name=".ClawApplication"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:fullBackupContent="@xml/full_backup_content"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Claw.SplashScreen">
|
||||
android:theme="@style/Theme.Claw.SplashScreen"
|
||||
tools:targetApi="s">
|
||||
<profileable
|
||||
android:shell="true"
|
||||
tools:targetApi="29" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue