AutoInstaller icon indicating copy to clipboard operation
AutoInstaller copied to clipboard

Not able to setup accessability settings.

Open amalChandran opened this issue 8 years ago • 3 comments

InstallAccessibilityService is getting connected but installation is not happening.. Whats the exact setting to be enabled?

Am trying this on a android M phone.

amalChandran avatar Jul 29 '16 06:07 amalChandran

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。

floatingmuseum avatar Sep 13 '16 08:09 floatingmuseum

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 avatar Sep 23 '16 09:09 floatingmuseum

@floatingmuseum I have added the package name.. just not working

amalChandran avatar Nov 07 '16 08:11 amalChandran