summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8b86b29..a16cf52 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -36,6 +36,7 @@
android:allowBackup="true"
android:supportsRtl="true">
<service android:name="com.android.bips.BuiltInPrintService"
+ android:exported="true"
android:permission="android.permission.BIND_PRINT_SERVICE">
<intent-filter>
<action android:name="android.printservice.PrintService" />
@@ -73,6 +74,7 @@
android:name="com.android.bips.ImagePrintActivity"
android:label="@string/print"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
+ android:exported="true"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEND" />
@@ -85,6 +87,7 @@
android:name="com.android.bips.PdfPrintActivity"
android:label="@string/print"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
+ android:exported="true"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEND" />