OSDN Git Service

Fixed requestAutofill().
authorFelipe Leme <felipeal@google.com>
Wed, 26 Apr 2017 17:17:05 +0000 (10:17 -0700)
committerFelipe Leme <felipeal@google.com>
Thu, 27 Apr 2017 14:09:30 +0000 (07:09 -0700)
commitd1146427643c9558bed23ed4341dac796c026d4c
treec62483b4d88639a03623913a993198c97a36c767
parent4a71842dbd3b0358b4268cab69123e86ce8a72c5
Fixed requestAutofill().

It should behave like notifyViewEntered() but passing a flag, but the current
implementation always start a new session, which is a problem on partitions.

Fixes: 37709350

Test: existing CtsAutoFillServiceTestCases pass
Test: new PartitionedActivityTest.testAutofill4PartitionsManually pass

Change-Id: Ia625a8fa067670e888c2861609ede039abf0f474
core/java/android/view/autofill/AutofillManager.java