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

Commit 947e8fb7 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 0cd95fe0: Use pathPrefix filter instead of path for /btopp content

* commit '0cd95fe0':
  Use pathPrefix filter instead of path for /btopp content
parents cd5d55ad 0cd95fe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
            android:authorities="com.android.bluetooth.opp"
            android:process="@string/process">
            <path-permission
                    android:path="/btopp"
                    android:pathPrefix="/btopp"
                    android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
        </provider>
        <service