Make TelephonyProvider a singleton across users
Messaging apps need to access it from secondary users
Bug: 18194892
Change-Id: Ia7401c287f4b920ac4de5102f33ded22bbf0f5b9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c1c2795..f1cd72b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,6 +32,7 @@
<provider android:name="TelephonyProvider"
android:authorities="telephony"
android:exported="true"
+ android:singleUser="true"
android:multiprocess="false" />
<!-- This is a singleton provider that is used by all users.