Fuelgauge update comment for StatsManager API

Uses addConfig instead of addConfiguration, since the former is meant to
replace the latter.

Bug: 77648233
Test: it's just a comment
Change-Id: Ida5dac5ec964658f782d63e77289415185ea9afc
This commit is contained in:
Bookatz
2018-04-10 17:40:42 -07:00
committed by Adam Bookatz
parent 21d1652158
commit 806b9fc4c2

View File

@@ -30,7 +30,7 @@ import java.lang.annotation.RetentionPolicy;
public class StatsManagerConfig {
/**
* The key that represents the anomaly config.
* This value is used in {@link android.app.StatsManager#addConfiguration(long, byte[])}
* This value is used in {@link android.app.StatsManager#addConfig(long, byte[])}
*/
public static final long ANOMALY_CONFIG_KEY = 1;