aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-03-17 17:01:21 -0700
committerPhilip P. Moltmann <moltmann@google.com>2016-03-17 17:01:21 -0700
commitd01dcca2d759fb4044cbb72206b1caae722d8c89 (patch)
treec4ecea04ed1a6259f36c66fd9a2f8afef5c81df0
parent9dac8ebb191a10f37933a7893ecb0317de002d99 (diff)
downloadexperimental-d01dcca2d759fb4044cbb72206b1caae722d8c89.tar.gz
Adjust API of experimenal print service
Change-Id: Ieddd605304da10836d69ca13dc9b5ee8b817c04f
-rw-r--r--PrintService/src/foo/bar/printservice/MyPrintService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/PrintService/src/foo/bar/printservice/MyPrintService.java b/PrintService/src/foo/bar/printservice/MyPrintService.java
index 2480d2c..ffcaa1d 100644
--- a/PrintService/src/foo/bar/printservice/MyPrintService.java
+++ b/PrintService/src/foo/bar/printservice/MyPrintService.java
@@ -416,7 +416,7 @@ public class MyPrintService extends PrintService {
if (i == 5) {
if (Build.VERSION.SDK_INT >= 24) {
- builder.setHasCustomPrinterIcon();
+ builder.setHasCustomPrinterIcon(true);
}
}