Suppress AutoBoxing issue for hasRequestRawExternalStorageAccess
Metalava now prevents adding Boolean returns, see r.android.com/1677187 Test: None Bug: 185484823 Change-Id: I4580908165fb00372297b476a6755385afb44446
This commit is contained in:
@@ -2130,6 +2130,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SuppressWarnings("AutoBoxing")
|
||||
@SystemApi
|
||||
@Nullable
|
||||
public Boolean hasRequestRawExternalStorageAccess() {
|
||||
|
||||
Reference in New Issue
Block a user