summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/TrustAgentUtils.java
diff options
context:
space:
mode:
authorDanesh M <danesh@cyngn.com>2016-06-17 14:15:00 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-20 09:31:00 -0700
commit55249369f762d7eb1b10f6e9d857f75b59e93347 (patch)
tree90c1c176725eca435d40a1b5c90875ded14ce535 /src/com/android/settings/TrustAgentUtils.java
parent5004f924851585be3b2bb149eede87c35f3f28c8 (diff)
downloadpackages_apps_Settings-55249369f762d7eb1b10f6e9d857f75b59e93347.zip
packages_apps_Settings-55249369f762d7eb1b10f6e9d857f75b59e93347.tar.gz
packages_apps_Settings-55249369f762d7eb1b10f6e9d857f75b59e93347.tar.bz2
Settings : Move trust agent search index to LockscreenSettings
Ensure smart lock takes you to LockscreenSettings instead of SecuritySettings CYNGNOS-3053 Change-Id: I2d6f4b29cfad259cebfb3ee97b055f59a131d3de
Diffstat (limited to 'src/com/android/settings/TrustAgentUtils.java')
-rw-r--r--src/com/android/settings/TrustAgentUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/TrustAgentUtils.java b/src/com/android/settings/TrustAgentUtils.java
index 109663a..7fed4ec 100644
--- a/src/com/android/settings/TrustAgentUtils.java
+++ b/src/com/android/settings/TrustAgentUtils.java
@@ -55,7 +55,7 @@ public class TrustAgentUtils {
public static class TrustAgentComponentInfo {
ComponentName componentName;
- String title;
+ public String title;
String summary;
boolean disabledByAdministrator;
}