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

Commit 14b74c3c authored by Matthew Xie's avatar Matthew Xie Committed by Daniel Cashman
Browse files

Use pathPrefix filter instead of path for /btopp content

path is doing a full path match. It did not guard /btopp/
also fix a minor problem in tests/AndroidManifest.xml
bug 11148516

Change-Id: I8f4a614f999e643e8ae122baf0bf898b2b3008d5
Conflicts:
	tests/AndroidManifest.xml
parent 7dc55aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
            android:exported="true"
            android:process="@string/process">
            <path-permission
                    android:path="/btopp"
                    android:pathPrefix="/btopp"
                    android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
        </provider>
        <service