Loading core/java/android/service/autofill/AutofillService.java +1 −1 Original line number Diff line number Diff line Loading @@ -518,7 +518,7 @@ import android.view.autofill.AutofillValue; * <intent-filter> * <action android:name="android.service.autofill.AutofillService" /> * </intent-filter> * <meta-data android:name="android.autofillservice" android:resource="@xml/autofillservice" /> * <meta-data android:name="android.autofill" android:resource="@xml/autofillservice" /> * </service></pre> * * <P>In the XML file you can specify one or more packages for which to enable compatibility Loading Loading
core/java/android/service/autofill/AutofillService.java +1 −1 Original line number Diff line number Diff line Loading @@ -518,7 +518,7 @@ import android.view.autofill.AutofillValue; * <intent-filter> * <action android:name="android.service.autofill.AutofillService" /> * </intent-filter> * <meta-data android:name="android.autofillservice" android:resource="@xml/autofillservice" /> * <meta-data android:name="android.autofill" android:resource="@xml/autofillservice" /> * </service></pre> * * <P>In the XML file you can specify one or more packages for which to enable compatibility Loading