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

Commit 8c8287b5 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

CompanionDeviceManager: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: Ic35ee82ec75ac7697498652725dc10188885a514
parent 72fcef13
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@
        <activity
            android:name=".DeviceChooserActivity"
            android:theme="@style/ChooserActivity"
            android:permission="android.permission.BIND_COMPANION_DEVICE_MANAGER_SERVICE">
            android:permission="android.permission.BIND_COMPANION_DEVICE_MANAGER_SERVICE"
            android:exported="true">
            <!--TODO include url scheme filter similar to PrintSpooler -->
            <intent-filter>
                <action android:name="android.companiondevice.START_DISCOVERY" />