This object is in archive! 

Where should track tool addon appear on locus ui?

Falco shared this question 5 years ago
Answered

I search for the locus map action which trigger my receiver

<intent-filter>
  <action android:name="locus.api.android.INTENT_ITEM_TRACK_TOOLS"/>
  <category android:name="android.intent.category.DEFAULT"/>
</intent-filter>


Where should my addon appear if everything is correct?


https://github.com/Falcosc/locus-addon-tasker

Replies (3)

photo
1

Hi Falco,

you'll get answer as soon as Menion gets back from his vacation.

photo
1

I found the Icon, but my App does miss some precondition to be eligible to be used as locus button.

photo
1

I would guess that a receiver doesn't work because it does not have any image. I will use transluent activity to route it to Tasker.

photo
1

Good day Falco,

if I remember correctly, "track tools" is meant menu in bottom right corner of list of tracks (folder). One more: open screen with tracks, tap on any folder and in bottom right corner is "tools" button.

You should have defined your intent-filter on activity and this activity may have defined icon.

photo
1

Yes, it did just need an activity. I will create a translucent one to fake this.


Cool thing to be able to create multible buttons.

Replies have been locked on this page!