OSDN Git Service

Add android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL
authorSean Stout <sstout@google.com>
Fri, 5 Apr 2019 19:43:01 +0000 (12:43 -0700)
committerSean Stout <sstout@google.com>
Fri, 5 Apr 2019 21:47:11 +0000 (14:47 -0700)
commitaeb8c50660efc3893f0ecabbf822f0697af69fc1
treed7f0b3265a2faea9c949f8f2bacf335506e6f5c0
parentdd07ae579c291a2b6ffe09bd576fd908eb9e5ddd
Add android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL

This intent action opens the advanced power usage details screen for
a provided application.

Test: adb shell am start -a \
"android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" -d \
"package:com.google.android.deskclock" --ez \
"request_ignore_background_restriction" 1
Bug: 129901520
Change-Id: Ib5ee1376610acdec119c75944b3774d83a784288
core/java/android/provider/Settings.java