Add preference controller to launch app-time-spent UI.
Bug: 74580195 Test: robotests Change-Id: Iba9338f04cc037a134ef9445ce97cbbe21f53833
This commit is contained in:
@@ -56,7 +56,7 @@ public class PreferenceControllerListHelper {
|
||||
preferenceMetadata = PreferenceXmlParserUtils.extractMetadata(context, xmlResId,
|
||||
MetadataFlag.FLAG_NEED_KEY | MetadataFlag.FLAG_NEED_PREF_CONTROLLER);
|
||||
} catch (IOException | XmlPullParserException e) {
|
||||
Log.e(TAG, "Failed to parse preference xml for getting controllers");
|
||||
Log.e(TAG, "Failed to parse preference xml for getting controllers", e);
|
||||
return controllers;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user