I forgot, the documentaion of the ShareActionProvider.setOnShareTargetSelectedListener method says:

"The listener can optionally decide to handle the selection and not rely on the default behavior which is to launch the activity."


But how to do this?


Ralph


Am 25.07.13 18:20, schrieb Ralph Bergmann | the4thFloor.eu:
Hello,


I can add a OnShareTargetSelectedListener to the ShareActionProvider to
get notified if a share target is selected (boolean
onShareTargetSelected (ShareActionProvider source, Intent intent)).

public abstract boolean onShareTargetSelected (ShareActionProvider
source, Intent intent)

Called when a share target has been selected. The client can decide
whether to perform some action before the sharing is actually performed.

Note: Modifying the intent is not permitted and any changes to the
latter will be ignored.

Note: You should not handle the intent here. This callback aims to
notify the client that a sharing is being performed, so the client can
update the UI if necessary.

Parameters
source    The source of the notification.
intent    The intent for launching the chosen share target.
Returns
The return result is ignored. Always return false for consistency.


What I not understand: How to overwrite the sharing behaviour?

I think the method has to return true if the intent is handled and
should not be delivered to clients.

But the method returns always false :-(


Ralph



--

Ralph Bergmann

iOS and Android app developer


www              http://www.the4thFloor.eu | http://www.dasralph.de

mail             ra...@the4thfloor.eu
skype            dasralph

xing             https://www.xing.com/profile/Ralph_Bergmann3
linkedin         https://www.linkedin.com/in/ralphbergmann
gulp             https://www.gulp.de/Profil/RalphBergmann.html
github           https://github.com/the4thfloor

java user group  http://www.jug-bb.de | https://www.xing.com/net/jugbb
ios dev group    https://www.xing.com/net/iosberlin

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to