summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-10-29 23:12:52 +0000
committerSvetoslav Ganov <svetoslavganov@google.com>2013-10-29 23:12:52 +0000
commitd58436337ceb8e68de49283b93d3d7e937ae2453 (patch)
treeb0c58a161f04cccd51d54103be550bf2d5250190
parent78253181e085587aff732436df73e9da9f593f6d (diff)
downloadbase-d58436337ceb8e68de49283b93d3d7e937ae2453.tar.gz
Revert "Update the docs for advanced printer options (NO CODE CHANGES)"
This reverts commit 78253181e085587aff732436df73e9da9f593f6d. We do not need this as it appears that the SDK docs will be built from the klp-dev branch. Change-Id: I87ea8c1d77ebeaed71c63c102bd5576d2e1168b2
-rw-r--r--core/java/android/printservice/PrintService.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/printservice/PrintService.java b/core/java/android/printservice/PrintService.java
index eb0ac2e631b8..0fc5f7f035a6 100644
--- a/core/java/android/printservice/PrintService.java
+++ b/core/java/android/printservice/PrintService.java
@@ -209,14 +209,6 @@ public abstract class PrintService extends Service {
* PrintJob#getAdvancedStringOption(String) PrintJob.getAdvancedStringOption(String)}
* and {@link PrintJob#getAdvancedIntOption(String) PrintJob.getAdvancedIntOption(String)}.
* </p>
- * <p>
- * If the advanced print options activity offers changes to the standard print
- * options, you can get the current {@link android.print.PrinterInfo} using the
- * "android.intent.extra.print.EXTRA_PRINTER_INFO" extra which will allow you to
- * present the user with UI options supported by the current printer. For example,
- * if the current printer does not support a give media size, you should not
- * offer it in the advanced print options dialog.
- * </p>
*/
public static final String EXTRA_PRINT_JOB_INFO = "android.intent.extra.print.PRINT_JOB_INFO";