android-autofill-manager Questions

2

Solved

I want to provide some autofill functionality in my app (email and password) that is written completely using Jetpack compose. I came across this blog post and this demo code which I both tried out...

1

I am using 0.66 (and also tried 0.68rc4) and am unable to get the autofill for otp to work on Android. Here is the component I have <Input ... autoComplete="sms-otp" ... /> I tr...
Lundberg asked 25/3, 2022 at 17:49

2

I have no direct traces of using AutofillManager in my project but still getting this crash in crash analytics. How we can handle this? Crash Logs- java.lang.NullPointerException: Attempt to invoke...
Umpteen asked 21/3, 2022 at 6:51

3

Solved

I've built a little browser using the android webview component and am looking to integrate password/credential manager support using the Android AutoFill API. I've read the docs but am completely ...

8

Solved

Running tests on android devices with sdk 26 causes them to fail because of the new Autofill feature that hides the fields when espresso are trying to click them. Im running my tests on firebase t...

0

We've an app with login/signup views. When a user creates a new account or login the Android autofill framework asks to save the username and password. Now once the user logs-in - We've a password ...
Orison asked 28/10, 2020 at 9:16

3

I have an activity that shows username UI, after entering that and tapping on continue button shows the enter password UI. On entering password and tapping on login button finishes the current acti...
Roethke asked 11/7, 2019 at 23:17

2

I'm trying to disable autofill for all EditText's except my login screen. And no success yet. There is always "Autofill" option after longPress on editText. IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCEN...
Selfpollination asked 12/12, 2017 at 13:5

10

Solved

Android O has the feature to support Auto-filling for fields. Is there any way I can disable it for a specific application. That is I want to force my application not to use the auto-fill service. ...

0

In Pie & Above versions, Android introduced the chrome browser autofill using the Autofill service as per the doc. But i tried debug the Facebook's login form in Chrome Browser for the onFillR...
Topic asked 18/9, 2019 at 5:23

0

I have a bug with autofill manager, when I focus any input - it throws an exception: W/System.err: java.lang.NullPointerException: activityToken W/System.err: at android.os.Parcel.readException(Pa...

1

Solved

Is it possible to change EditText autofill highlight color? By default it has yellow background that may be incompatible with application design.
Siloxane asked 25/4, 2018 at 10:16
1

© 2022 - 2024 — McMap. All rights reserved.