Searched refs:aaptOutput (Results 1 – 1 of 1) sorted by relevance
124 String aaptOutput = runCmd(String.format("aapt dump badging %s", apex.getAbsolutePath())); in getApexInfo() local125 String[] lines = aaptOutput.split("\n"); in getApexInfo()