Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 738a23fb authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Update annotation name in class2greylist.

Annotation was added with name @UnsupportedAppUsage after Android API
council discussion.

Bug: 110868826
Test: m class2greylist
Change-Id: I63ad61e97c5e8fdebfcead9e4ee5b060a60f97c7
parent 9a783699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();