Add support for showing the admin disabling settings.
For settings disabled by user restrictions show
the user a lock icon and allow them to click to
find more info.
Bug: 22543585
Change-Id: Ie8b02ac26f2b22db386a9044f3c6570098f6e14b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 43fe796..3bbc667 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2646,5 +2646,15 @@
android:value="com.android.settings.applications.WriteSettingsDetails" />
</activity>
+ <activity android:name="ShowAdminSupportDetailsDialog"
+ android:theme="@style/Transparent"
+ android:excludeFromRecents="true">
+
+ <intent-filter>
+ <action android:name="android.app.action.SHOW_ADMIN_SUPPORT_DETAILS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
+
</application>
</manifest>