Move allowed list definition in the battery usage to feature provider am: b62cdecc67
am: bb535f4bce
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15785737 Change-Id: I4a19dcc41b14af235c3e1d94675d14fc8f05e3a0
This commit is contained in:
@@ -157,4 +157,9 @@ public interface PowerUsageFeatureProvider {
|
||||
* Returns package names for hidding application in the usage screen.
|
||||
*/
|
||||
CharSequence[] getHideApplicationEntries(Context context);
|
||||
|
||||
/**
|
||||
* Returns package names for hidding summary in the usage screen.
|
||||
*/
|
||||
CharSequence[] getHideApplicationSummary(Context context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user