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

Commit 553049eb authored by Matthew Xie's avatar Matthew Xie
Browse files

Use pathPrefix filter instead of path for /btopp content

Update tests/AndroidManifest.xml to match the filter of the main app

Change-Id: Ife4278f34a588f77f6b00bd3f06aa69c6c83ac7a
parent 5062a19b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
        <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />
        <uses-permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE" />
        <path-permission
                android:path="/btopp"
                android:pathPrefix="/btopp"
                android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
    </application>
    <!--