Implemention of the telephony provider backup agent to cover SMS backup

Known issues:
- Are we ok with restarting com.android.phone on restore?

Bug: 26079978
Bug: 26532098
Change-Id: I87452c0d993c14fe70b12f310bdc52a0ccd2ff1d
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 49c71eb..256c347 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,9 @@
 
     <application android:process="com.android.phone"
                  android:allowClearUserData="false"
-                 android:allowBackup="false"
+                 android:fullBackupOnly="true"
+                 android:backupAgent="TelephonyBackupAgent"
+                 android:restoreAnyVersion="true"
                  android:label="@string/app_label"
                  android:icon="@mipmap/ic_launcher_phone"
                  android:usesCleartextTraffic="true"