Minor fixes:
- Fixed virtual view coordinates.
- Removed initial focus on login activity.
- Added support to android build
Test: adb shell settings delete secure autofill_service && mmm -j50 developers/samples/android/input/autofill/AutofillFramework/Application/src/main/ && adb install -r ${OUT}/data/app/AutofillSample/AutofillSample.apk && adb shell settings put secure autofill_service com.example.android.autofillframework/.service.MyAutofillService
Test: mmm -j50 developers/samples/android/input/autofill/AutofillFramework/Application/src/main/ && adb install -r ${OUT}/data/app/AutofillSample/AutofillSample.apk && adb shell am start com.example.android.autofillframework/.app.LoginActivity
Bug: 38182790
Change-Id: Ic533a3bf50ba280df1b161e9ad3fbae90c54a4a6
Loading
Please sign in to comment