Rename the intent for ShowAdminSupportDetailsDialog again.

Change-Id: I0ffb353e8b131a5bc8a570f271118e19348a4b3a
This commit is contained in:
Sudheer Shanka
2015-12-31 17:46:29 +00:00
parent 3f19085f1c
commit cb99d94c78

View File

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