Add RRP support to regV5.

This commit is contained in:
Greyson Parrelli
2026-02-11 20:38:35 -05:00
committed by Alex Hart
parent 17dbdf3b74
commit 5c418a4260
33 changed files with 1821 additions and 232 deletions

View File

@@ -5,7 +5,9 @@
<application
android:name=".RegistrationApplication"
android:backupAgent=".absbackup.RegistrationBackupAgent"
android:allowBackup="true"
android:fullBackupOnly="false"
android:icon="@mipmap/ic_launcher"
android:label="Registration Sample"
android:theme="@android:style/Theme.Material.NoActionBar"