App ops: add UI for SMS ops.

Change-Id: I595df9a286ba5389f9e309516dc4a8ab34773277
This commit is contained in:
Dianne Hackborn
2013-02-04 18:27:40 -08:00
parent 82562e2696
commit 9833787387
3 changed files with 46 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ public class AppOpsSummary extends Fragment {
static AppOpsState.OpsTemplate[] sPageTemplates = new AppOpsState.OpsTemplate[] {
AppOpsState.LOCATION_TEMPLATE,
AppOpsState.PERSONAL_TEMPLATE,
AppOpsState.MESSAGING_TEMPLATE,
AppOpsState.DEVICE_TEMPLATE
};