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
This commit is contained in:
@@ -1728,7 +1728,7 @@
|
|||||||
android:label="@string/regulatory_information"
|
android:label="@string/regulatory_information"
|
||||||
android:taskAffinity=""
|
android:taskAffinity=""
|
||||||
android:excludeFromRecents="true">
|
android:excludeFromRecents="true">
|
||||||
<intent-filter>
|
<intent-filter android:priority="50">
|
||||||
<action android:name="android.settings.SHOW_REGULATORY_INFO" />
|
<action android:name="android.settings.SHOW_REGULATORY_INFO" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
Reference in New Issue
Block a user