Fix typo.

EuiccManager#ACTION_PROVISION_EMBEDDED_SUBSCRIPTION doesn't have an S
at the end.

Test: None (trivial)
Change-Id: I37ba09a8b96885cc214939dc233434aa8c8c87be
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 85ad6bd..54d00c0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -493,7 +493,7 @@
                 <action android:name=
                             "android.telephony.euicc.action.MANAGE_EMBEDDED_SUBSCRIPTIONS" />
                 <action android:name=
-                            "android.telephony.euicc.action.PROVISION_EMBEDDED_SUBSCRIPTIONS" />
+                            "android.telephony.euicc.action.PROVISION_EMBEDDED_SUBSCRIPTION" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
         </activity>