Add a way to save to PDF in SampleApp on Android and elsewhere.
authorScroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jun 2011 14:44:57 +0000 (14:44 +0000)
committerScroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jun 2011 14:44:57 +0000 (14:44 +0000)
commit8ac0d542b0226e68b0faa935b3402ffc91409a02
tree0d4eca1c5c49361c036b368fd6affd3c53e55a3d
parentccb74eabccf19f66b6bf31f4acae89b62baa16c3
Add a way to save to PDF in SampleApp on Android and elsewhere.

In Android, add the PDF file to downloads, so it can be opened.

Reviewed at http://codereview.appspot.com/4638052/

git-svn-id: http://skia.googlecode.com/svn/trunk@1659 2bbb7eff-a529-9590-31e7-b0007b416f81
android_sample/SampleApp/Android.mk
android_sample/SampleApp/AndroidManifest.xml
android_sample/SampleApp/jni/sample-jni.cpp
android_sample/SampleApp/res/menu/sample.xml
android_sample/SampleApp/res/values/strings.xml
android_sample/SampleApp/src/com/skia/sampleapp/SampleApp.java
gyp/SampleApp.gyp
include/views/SkOSWindow_Android.h
include/views/SkWindow.h
samplecode/SampleApp.cpp
samplecode/SampleApp.h