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

Commit 7b549b38 authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "A lint checker to detect potential package visibility issues"

parents 8ad94c5f 25a44805
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -405,6 +405,7 @@ java_library {
    ],
    lint: {
        extra_check_modules: ["AndroidFrameworkLintChecker"],
        disabled_checks: ["ApiMightLeakAppVisibility"],
    },
    errorprone: {
        javacflags: [
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ class AndroidFrameworkIssueRegistry : IssueRegistry() {
            EnforcePermissionDetector.ISSUE_MISSING_ENFORCE_PERMISSION,
            EnforcePermissionDetector.ISSUE_MISMATCHING_ENFORCE_PERMISSION,
            SaferParcelChecker.ISSUE_UNSAFE_API_USAGE,
            PackageVisibilityDetector.ISSUE_PACKAGE_NAME_NO_PACKAGE_VISIBILITY_FILTERS,
    )

    override val api: Int
+524 −0

File added.

Preview size limit exceeded, changes collapsed.

+271 −0

File added.

Preview size limit exceeded, changes collapsed.