summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMark Wagner <mxw@google.com>2011-09-29 11:56:12 -0700
committerMark Wagner <mxw@google.com>2011-09-29 16:35:46 -0700
commit9aeb4e9e6aebe9d99cf817cedbdeb0bb0ae5a024 (patch)
tree714e760214e9fb8e9c8d4947e38289d01b276776 /AndroidManifest.xml
parent9a5644d10866a44dc407846ef0543e9e72813c02 (diff)
downloadMms-9aeb4e9e6aebe9d99cf817cedbdeb0bb0ae5a024.tar.gz
bugfix 5381702 MMS app puts temporary files on sdcard in wrong location
Part B of a two part checkin to fix this to use the system provided location for temp/cache files. Change-Id: I03764c25d5d1f8bbdc1b30ef5168128922bf0792
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a18a8918..552ff6d0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -286,5 +286,9 @@
</intent-filter>
</service>
+ <provider android:name="TempFileProvider"
+ android:authorities="mms_temp_file"
+ android:multiprocess="true" />
+
</application>
</manifest>