Skip to content

Commit

Permalink
feat(categories): change modifier member to get categories
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Del Pino <idelpino@teclib.com>
  • Loading branch information
Ivan Del Pino authored and ajsb85 committed Dec 14, 2018
1 parent 68019d6 commit dce9f0e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ private ArrayList<Categories> loadCategoriesClass() throws FlyveException {
return mContent;
}

private String[] getCategories() {
public String[] getCategories() {
return new String[]{
// "PhoneStatus",
"Hardware",
"User",
"Storage",
Expand All @@ -180,7 +179,6 @@ private String[] getCategories() {
"Videos",
"Cameras",
"Networks",
// "LocationProviders",
"Envs",
"Jvm",
"Software",
Expand Down

0 comments on commit dce9f0e

Please sign in to comment.