Hover
com.sec.android.airview.HOVER
Hover
Use
public void startHover() { Intent intent = new Intent("com.sec.android.airview.HOVER"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="com.sec.android.airview.HOVER" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)