Launch the correct fragment when REQUEST_SET_AUTOFILL_SERVICE intent is fired.

Bug: 121153709
Test: atest CtsAutoFillServiceTestCases:SettingsIntentTest
Change-Id: I1dce8605872f4471463bd1621d8d71217e36b68e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fb4f146..d9e64fa 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -197,6 +197,7 @@
             <intent-filter android:priority="100">
                 <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" />
                 <category android:name="android.intent.category.DEFAULT" />
+                <data android:scheme="package" />
             </intent-filter>
 
             <intent-filter android:priority="100">