Merge "Update annotation name in class2greylist."

This commit is contained in:
Treehugger Robot
2018-07-25 10:42:12 +00:00
committed by Gerrit Code Review

View File

@@ -33,7 +33,7 @@ import java.io.IOException;
*/
public class Class2Greylist {
private static final String ANNOTATION_TYPE = "Landroid/annotation/UsedByApps;";
private static final String ANNOTATION_TYPE = "Landroid/annotation/UnsupportedAppUsage ;";
public static void main(String[] args) {
Options options = new Options();