10 lines
452 B
XML
10 lines
452 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Auto-Backup rules for Android 11 and below.
|
|
Excludes the home_widget plugin's SharedPreferences file
|
|
(HomeWidgetPreferences) so the cached timetable — which contains
|
|
teacher names, room numbers and personal custom events — is not
|
|
uploaded to the user's Google Drive. -->
|
|
<full-backup-content>
|
|
<exclude domain="sharedpref" path="HomeWidgetPreferences.xml"/>
|
|
</full-backup-content>
|