These are pulled straight from the AndroidManifest.xml
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Used to allow saving of data to SD card.
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Used to setup scheduled backups if the device is ever turned off after setup.