OSDN Git Service

Added UI for errors during layout and write.
authorSvetoslav Ganov <svetoslavganov@google.com>
Wed, 9 Oct 2013 17:53:26 +0000 (10:53 -0700)
committerSvetoslav <svetoslavganov@google.com>
Fri, 11 Oct 2013 17:04:02 +0000 (10:04 -0700)
commitcaff38821ad81389b5baf2053ba851c38272ec63
tree6d7713cd0ec6a26608af5a7f0ba80d4979c9ff06
parent1db8cf12a985425a73d24875d9d308c14c0b4359
Added UI for errors during layout and write.

1. If an error happens during layout or write we show an error
   message with the string provided by the application which
   has an OK button to retry or tap outside to cancel.

2. Updated the targed and min SDK version for the PrintSpooler.

bug:11127269

Change-Id: I4301cf3716119b1e33b95347a8451fc1c128343b
packages/PrintSpooler/AndroidManifest.xml
packages/PrintSpooler/res/layout/print_job_config_activity_content_error.xml [new file with mode: 0644]
packages/PrintSpooler/res/values/strings.xml
packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java