Added ACTION_DATA_USAGE Intent to directly invoke Settings->DataUsage

Change-Id: I1a1131b60c7a6695ad45d85ff1e9cbc3ac6ea0eb
This commit is contained in:
gkipnis 2016-02-11 15:29:01 -08:00 committed by Gerrit Code Review
parent 0ab2886e38
commit 891e998adb
1 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,16 @@ public final class CMSettings {
}
}
// Intent actions for Settings
/**
* Activity Action: Show Data Usage Summary
* <p>
* Input: Nothing.
* <p>
* Output: Nothing.
*/
public static final String ACTION_DATA_USAGE = "cyanogenmod.settings.ACTION_DATA_USAGE";
// region Call Methods
/**