summaryrefslogtreecommitdiff
path: root/java/com/android/voicemail
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2017-08-03 22:22:35 -0700
committerEric Erfanian <erfanian@google.com>2017-08-09 11:45:44 -0700
commit9ce20d0d9da7545b5ef9226e1fc06f9fe2b741e7 (patch)
treede46e04ab0671e74cfd97f1f2a13c4efa54ba818 /java/com/android/voicemail
parent415dffbb67dd39ccec529246ef85c4d2d6a09f2d (diff)
Remove Dialer Backup and Restore Code
We want to clean up all the Dialer Backup and Restore. This includes the existing Dolly backup code for settings/preferences (causes a crash) and the Hangouts K/V Backup (does not work). The idea is to just have a clean simple K/V backup and restore for dialer, which will be in a follow up CL. Bug: 64363054 Test: Manual. Builds successfully. PiperOrigin-RevId: 164225991 Change-Id: Ic71cfaeed37a5c9f0002d8d12db757f19c0ddf1e
Diffstat (limited to 'java/com/android/voicemail')
-rw-r--r--java/com/android/voicemail/impl/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/com/android/voicemail/impl/AndroidManifest.xml b/java/com/android/voicemail/impl/AndroidManifest.xml
index fd591bedf..1abc96d8d 100644
--- a/java/com/android/voicemail/impl/AndroidManifest.xml
+++ b/java/com/android/voicemail/impl/AndroidManifest.xml
@@ -18,7 +18,6 @@
package="com.android.voicemail.impl">
<application
- android:allowBackup="false"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:defaultToDeviceProtectedStorage="true"