I am interested in building a system application for Android which can globally listen to all EditText
on focus change event, somehow I am gonna provide certain service when the user gain focus on any EditText
.
I have successfully downloaded AOSP(Android Open Source Project) and I want to start writing my app as system application.
My question is can I do that as a system application "listening to global events" ?
if possible what are they areas I need to dig up to learn more about gaining such a privilege.
Any suggestion or help would be greatly appreciated.