Remove "BIND_FINANCIAL_SMS_SERVICE" permission.

Because "BIND_FINANCIAL_SMS_SERVICE" permission has been
removed from "core/res/AndroidManifest.xml", it can also
be removed from test case.

Test: atest CtsPermission2TestCases
Bug: 138589409
Change-Id: Icb42fe7b2fa6112721474b42bcabf3de6060a201
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index 007cb95..f976c6d 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -3179,13 +3179,6 @@
     <permission android:name="android.permission.BIND_TV_INPUT"
         android:protectionLevel="signature|privileged" />
 
-    <!-- Must be required by an {@link android.service.sms.FinancialSmsService}
-         to ensure that only the system can bind to it.
-         @hide This is not a third-party API (intended for OEMs and system apps).
-    -->
-    <permission android:name="android.permission.BIND_FINANCIAL_SMS_SERVICE"
-        android:protectionLevel="signature" />
-
     <!-- @SystemApi
          Must be required by a {@link com.android.media.tv.remoteprovider.TvRemoteProvider}
          to ensure that only the system can bind to it.