I am looking for a plugin for Accessibility Service. For example, let’s say I entered the “Codes are great!” video in the YouTube application. I want to transfer the title and channel name of this video to the label in my application in real time. Is there a plugin for this?
Don’t understand do you want that that app should work in background and whatever you search in YouTube should be saved in your app as a label right?
Yeah. Really i want this
Hi Yavuz,
I think its not possible for security reason.
İf we will use permissions maybe it can be?
Android uses a security model called ‘sandboxing’, which keeps each app in its own isolated environment.
That means an app can’t access another app’s data, screen, or what someone types inside another app, like YouTube’s search bar, unless it’s explicitly shared.
There is no permission in Android that allows this kind of access.
I am Turkish and I saw a similar project in a Turkish coding form. A user named ByZehirX was doing this. I managed to ask him how he did it. He said that he wrote his own extensions. Well, I guess it’s not that important. Thanks for everything