AutoInstaller
AutoInstaller copied to clipboard
Not able to setup accessability settings.
InstallAccessibilityService is getting connected but installation is not happening.. Whats the exact setting to be enabled?
Am trying this on a android M phone.
some android system will replace the original package installer,if this is the reason,you need to find the correct package installer package name,and add to the accessibility service xml。
also this method event.getSource() sometime get nothing try this event.getRootInActiveWindow()
and some installer's interface doesn't have button view,all the view you want click like install or confirm,these just textview
@floatingmuseum I have added the package name.. just not working