Init commit
This commit is contained in:
8
app/src/main/res/xml/backup_rules.xml
Normal file
8
app/src/main/res/xml/backup_rules.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
|
||||
<include domain="database" path="profiles.db" />
|
||||
<include domain="database" path="settings.db" />
|
||||
<include domain="file" path="configs" />
|
||||
|
||||
</full-backup-content>
|
||||
13
app/src/main/res/xml/data_extraction_rules.xml
Normal file
13
app/src/main/res/xml/data_extraction_rules.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data-extraction-rules>
|
||||
<cloud-backup>
|
||||
<include domain="database" path="profiles.db" />
|
||||
<include domain="database" path="settings.db" />
|
||||
<include domain="file" path="configs" />
|
||||
</cloud-backup>
|
||||
<device-transfer>
|
||||
<include domain="database" path="profiles.db" />
|
||||
<include domain="database" path="settings.db" />
|
||||
<include domain="file" path="configs" />
|
||||
</device-transfer>
|
||||
</data-extraction-rules>
|
||||
13
app/src/main/res/xml/shortcuts.xml
Normal file
13
app/src/main/res/xml/shortcuts.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shortcut
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:shortcutId="toggle"
|
||||
android:shortcutLongLabel="@string/quick_toggle"
|
||||
android:shortcutShortLabel="@string/quick_toggle">
|
||||
<intent
|
||||
android:action="android.intent.action.MAIN"
|
||||
android:targetClass="io.nekohasekai.sfa.ui.ShortcutActivity"
|
||||
android:targetPackage="io.nekohasekai.sfa" />
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
Reference in New Issue
Block a user