Long press home button

brelto85

Active Member
Licensed User
Longtime User
How to add my app on the list of app when long press the home button?

i've found the ACTION_SEARCH_LONG_PRESS action
 

brelto85

Active Member
Licensed User
Longtime User
I asked why another application, has added his own element when you hold down the home button.

I haven't a custom rom and i have standard launcher so it should be possible

like this
 

Attachments

  • 2013-05-05_17-01-49.png
    2013-05-05_17-01-49.png
    69.7 KB · Views: 341
Upvote 0

brelto85

Active Member
Licensed User
Longtime User
Using this method,

AddReceiverText(ServiceMain,
<intent-filter>
<action android:name="android.intent.action.SEARCH_LONG_PRESS" />
</intent-filter>)

After long press home button, don't fired event Service_Start.
Also, i would like to know if there's a method that allow to add my app in the list after long pressed home button (search action like image above)
 
Upvote 0
Top