Developer QS tile: Show Layout.

Bug: 27872042
Change-Id: I0df2ffecbf7d2682d89c9b8343590bb04bcc305c
This commit is contained in:
Dan Sandler
2016-03-24 10:24:27 -07:00
parent c8d363e24c
commit 3bd52ddf4c
4 changed files with 119 additions and 1 deletions

View File

@@ -2078,7 +2078,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
}
};
static class SystemPropPoker extends AsyncTask<Void, Void, Void> {
public static class SystemPropPoker extends AsyncTask<Void, Void, Void> {
@Override
protected Void doInBackground(Void... params) {
String[] services = ServiceManager.listServices();