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

Commit 2a815a67 authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Suppress AutoBoxing issue for hasRequestRawExternalStorageAccess

Metalava now prevents adding Boolean returns, see r.android.com/1677187

Test: None
Bug: 185484823
Change-Id: I4580908165fb00372297b476a6755385afb44446
parent e6791edb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2130,6 +2130,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     *
     * @hide
     */
    @SuppressWarnings("AutoBoxing")
    @SystemApi
    @Nullable
    public Boolean hasRequestRawExternalStorageAccess() {