Rename the intent for ShowAdminSupportDetailsDialog.
Change-Id: Ie3aecedaedfb3feecb384bf1b9f73aa54077b071
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 876600e..d35a844 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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>