Telephony can access TelephonyProvider SIMINFO table

Bug: 202563678
Test: flash to a phone and it runs fine
Change-Id: If694d073e2c4a8dcc7b5e2933e024ed205b26f47
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 09947f4..0d296b5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -237,6 +237,8 @@
 
     <!-- Needed to listen to changes in projection state. -->
     <uses-permission android:name="android.permission.READ_PROJECTION_STATE"/>
+    <!-- Needed to access TelephonyProvider SIMINFO table. -->
+    <uses-permission android:name="android.permission.ACCESS_TELEPHONY_SIMINFO_DB"/>
 
     <application android:name="PhoneApp"
             android:persistent="true"