Merge "Rename the intent for ShowAdminSupportDetailsDialog again."

This commit is contained in:
Sudheer Shanka
2016-01-04 15:49:20 +00:00
committed by Android (Google) Code Review

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>