Fix 2157380: NPE while attaching the captured picture in MMS application on Sholes.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 41190eb..e2d2581 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,6 +18,8 @@
         package="com.android.providers.telephony"
         android:sharedUserId="android.uid.phone">
 
+    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+
     <application android:process="com.android.phone"
                  android:allowClearUserData="false"
                  android:label="@string/app_label"