Add the config_show_sim_info to control the DataUsageSummary SHORTCUT

Bug: 292998280
Change-Id: I248066b5f9a25c271604041d95369d051643c35a
Test: Build pass
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1387580..fa4b27a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3279,6 +3279,7 @@
             android:name="Settings$DataUsageSummaryActivity"
             android:label="@string/data_usage_summary_title"
             android:exported="true"
+            android:enabled="@bool/config_show_sim_info"
             android:icon="@drawable/ic_homepage_data_usage">
             <intent-filter android:priority="1">
                 <action android:name="android.settings.DATA_USAGE_SETTINGS" />