Android problem with "TOPT" #916

Closed
opened 2025-11-26 22:34:00 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @sleeping10 on GitHub (Jan 27, 2020).

Originally assigned to: @mpbw2 on GitHub.

The feature that automatically copies the TOPT code on the clipboard don't work except when you go to settings and change "lock option" to immediately or kill the app. Don't know if this is a android bug only or also on iOS.

I'm currently running Android 10

Originally created by @sleeping10 on GitHub (Jan 27, 2020). Originally assigned to: @mpbw2 on GitHub. The feature that automatically copies the TOPT code on the clipboard don't work except when you go to settings and change "lock option" to immediately or kill the app. Don't know if this is a android bug only or also on iOS. I'm currently running Android 10
Author
Owner

@kspearrin commented on GitHub (Feb 3, 2020):

Which autofill feature are you using? Autofill service or accessibility service?

@kspearrin commented on GitHub (Feb 3, 2020): Which autofill feature are you using? Autofill service or accessibility service?
Author
Owner

@sleeping10 commented on GitHub (Feb 3, 2020):

Both

@sleeping10 commented on GitHub (Feb 3, 2020): Both
Author
Owner

@Bluetexon commented on GitHub (Feb 12, 2020):

The bug regarding the clipboard is caused by Android 10s restricted clipboard permissions. An app only has clipboard access, if it has been used some seconds ago. That's why the TOTP copy works, when you have to open the app before autofilling.
But I think there is a way to get access. Tasker for example always has clipboard access due to a workaround.

@Bluetexon commented on GitHub (Feb 12, 2020): The bug regarding the clipboard is caused by Android 10s restricted clipboard permissions. An app only has clipboard access, if it has been used some seconds ago. That's why the TOTP copy works, when you have to open the app before autofilling. But I think there is a way to get access. Tasker for example always has clipboard access due to a workaround.
Author
Owner

@cognition9144 commented on GitHub (Feb 20, 2020):

Actually Android's Autofill framework already allows this action. We only need to detect weather the form is for TOTP code.

@cognition9144 commented on GitHub (Feb 20, 2020): Actually Android's Autofill framework already allows this action. We only need to detect weather the form is for TOTP code.
Author
Owner

@sleeping10 commented on GitHub (Apr 22, 2020):

Any update ?

@sleeping10 commented on GitHub (Apr 22, 2020): Any update ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#916