I have created a custom account which needs to be accessed by a few apps with different signatures.When the app performs such an access for the first time,the user is prompted with access request dialog.Is it possible to provide a custom UI for that dialog.I have seen Show fullscreen "Access Request" dialog instead of notification when using getAuthToken(...) and was wondering if there was any way to avoid this apart from runnign a custom service
If you are using the Android AccountManager ,this is not possible.However if it your own custom service,you ca n overlay witha dialog which can do the needful.