Initializes a Hover Listener against a given View.
View - The View that will react to the Hover event EventName - The sub that will handle the events
Be sure to add the following to the manifest using the Manifest Editor:- addactivitytext(Main, <intent-filter> <action android:name="com.sec.android.airview.HOVER" /> </intent-filter>)
Top