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

Commit 08dcc0aa authored by Kang Li's avatar Kang Li
Browse files

Moves android:priority to intent-filter.

Test: tested it on a Pixel 2 XL.

Change-Id: Ibbb9f8b6ee3473ed455a7e5700b0ee516901b426
parent 85a6db68
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -35,9 +35,8 @@
        </service>

        <service android:name=".resolver.LRResolverRankerService"
                 android:permission="android.permission.BIND_RESOLVER_RANKER_SERVICE"
                 android:priority="-1" >
            <intent-filter>
                 android:permission="android.permission.BIND_RESOLVER_RANKER_SERVICE">
            <intent-filter android:priority="-1">
                <action android:name="android.service.resolver.ResolverRankerService" />
            </intent-filter>
        </service>