History log of /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/SharingReceiverSupport.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa2e2acf79d791a90410025daad438968550d18c 31-Mar-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Updates Android.mk where applicable.

Bug: 24137209
Test: make -j32
Change-Id: I04084b2d05ddd7afaa160a76efe0b0d0c8eb5f00
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/SharingReceiverSupport.java
70fc82cd2d35e12c4f41162690505397af2e96ac 10-Jan-2012 Adam Powell <adamp@google.com> Catch IOException for close

Change-Id: I23115f6fa4f54fd4e1de59f3bb781dcf28e1371b
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/SharingReceiverSupport.java
28a5834185ace02fed8b61989532a6516f30f04e 14-Dec-2011 Adam Powell <adamp@google.com> Add code sample for ShareCompat

Add SharingSupport activity - use ShareCompat.IntentBuilder to produce
sharing intents for menu item sharing, text only, single stream, and
multiple stream.

Add SharingReceiverSupport - receive text/plain content as text only,
single stream, and multiple stream.

Add SharingSupportProvider - simple filesystem-based read-only
ContentProvider for providing a data stream.

Change-Id: I7e69a80984c0c5a8d93663f928f644d55c92350d
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/SharingReceiverSupport.java