Update metrics constant for Encryption & credentials.

Use the new metrics constant for the sub-page instead of the original
"security" metrics.

Change-Id: I0bdceae3d2e299e94791021c0d0aff2c9019fdd0
Fix: 35630998
Test: make RunSettingsRoboTests
This commit is contained in:
Doris Ling
2017-02-23 10:57:19 -08:00
parent eb32ad8779
commit 4785c00b2c
2 changed files with 38 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ public class EncryptionAndCredential extends SettingsPreferenceFragment implemen
@Override
public int getMetricsCategory() {
return MetricsEvent.SECURITY;
return MetricsEvent.ENCRYPTION_AND_CREDENTIAL;
}
@Override