Settings app usually provides regulatory info.

It takes a higher priority to ensure that it launches over any
third-party apps, but an OEM-provided app may take a higher priority
if they need to provide details.

Bug: 13340779
Change-Id: I8e5dad1a2d0b93be74fa507c0307c87b62e634b8
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 807d011..df7d7ad 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1728,7 +1728,7 @@
                   android:label="@string/regulatory_information"
                   android:taskAffinity=""
                   android:excludeFromRecents="true">
-            <intent-filter>
+            <intent-filter android:priority="50">
                 <action android:name="android.settings.SHOW_REGULATORY_INFO" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>