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

Commit 237c2f59 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Moves android:priority to intent-filter."

parents 11701602 08dcc0aa
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>