Rename the intent for ShowAdminSupportDetailsDialog.

Change-Id: Ie3aecedaedfb3feecb384bf1b9f73aa54077b071
This commit is contained in:
Sudheer Shanka
2015-12-31 14:58:02 +00:00
parent 87a3c6fee7
commit 3f19085f1c

View File

@@ -2663,7 +2663,7 @@
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.app.action.SHOW_ADMIN_SUPPORT_DETAILS" />
<action android:name="android.settings.action.SHOW_ADMIN_SUPPORT_DETAILS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>