Search in sources :

Example 1 with FillResponse

use of android.service.autofill.FillResponse in project TinyKeePass by sorz.

the class EntrySelectActivity method onEntrySelected.

void onEntrySelected(Entry entry) {
    StructureParser.Result result = parseStructure();
    FillResponse response = new FillResponse.Builder().addDataset(AutofillUtils.buildDataset(this, entry, result)).build();
    setFillResponse(response);
    finish();
}
Also used : FillResponse(android.service.autofill.FillResponse)

Aggregations

FillResponse (android.service.autofill.FillResponse)1