Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8f391b4 authored by Svetoslav's avatar Svetoslav
Browse files

Offer to enable a print service after it is installed.

The user has to explicitly enable a print service from the settings UI
before using it. Usually, users very rarely if at all interact with print
services, therefore all print service management task are performed from
the print settings. We also have to get user consent warning that the
user's data is about to be given to a third-party app. We now post a
notification allowing the user to go directly to the settings screen to
turn the service on.

bug:10447510

Change-Id: Iea56c0825f0bf38328ad94912f0ea5576e9339b3
parent 5006eb75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19265,6 +19265,8 @@ package android.print {
    field public static final android.print.PrintAttributes.MediaSize PRC_9;
    field public static final android.print.PrintAttributes.MediaSize ROC_16K;
    field public static final android.print.PrintAttributes.MediaSize ROC_8K;
    field public static final android.print.PrintAttributes.MediaSize UNKNOWN_LANDSCAPE;
    field public static final android.print.PrintAttributes.MediaSize UNKNOWN_PORTRAIT;
  }
  public static final class PrintAttributes.Resolution {
+102 −82

File changed.

Preview size limit exceeded, changes collapsed.

Loading