The other developer is sitting right next to me. Its the same
company.
He just implemented an intent-filter in his manifest to listen for an
action called "com.poof.intent.action.MovieApp"
I changed my code to
Intent intent = new Intent( "com.poof.intent.action.MovieApp" );
intent.putExtra("FILENAME", MOVIES[state.currentMovie].filename);
PendingIntent pendingIntent = PendingIntent.getActivity( context, 0,
intent, PendingIntent.FLAG_UPDATE_CURRENT );
remoteView.setOnClickPendingIntent( R.id.btnDoIt, pendingIntent );
And updated his apk on my emulator. The button still does nothing.
Any ideas? Examples?
Thanks
On Dec 22, 5:29 pm, Mark Murphy <[email protected]> wrote:
> ClarkBattle wrote:
> > What code do I need to start up an external activity from a widget?
>
> That would be a fine question to ask the developer of the external
> activity. If the developer of the external activity wishes to support
> third-party apps like yours linking to it, (s)he can provide you with a
> suitable Intent to use. If the developer of the external activity does
> not wish to support third-party apps like yours, you should abide by the
> developer's wishes.
>
> --
> Mark Murphy (a Commons
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to Android Development_ Version 2.8
> Available!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en