ScreamingHawk / phone-saver

An android app that lets you save files to your phone when using the share function
MIT License
57 stars 7 forks source link

Add direct share for locations #59

Open ScreamingHawk opened 6 years ago

ScreamingHawk commented 6 years ago

Not sure what it's really called.

When using the share feature there is a pop up that has quick links for things like messaging app that also select a person to send to. If phone saver could populate locations into these links it would save some clicks

ScreamingHawk commented 6 years ago

This feature is called "Direct Share": https://www.bignerdranch.com/blog/implementing-android-marshmallow-direct-share/

ScreamingHawk commented 6 years ago

This needs to be tested thoroughly

ScreamingHawk commented 6 years ago

Doesn't appear to be working.

  1. Add debug log to see if share is being hit
  2. If not, try this: https://stackoverflow.com/questions/40903489/direct-share-is-not-working-with-my-app-choosertargetservice-is-not-called
  3. If so 🤷‍♀️
ScreamingHawk commented 6 years ago

It's definitely being called. Can see in logs. Just nothing is appearing. Wierd...