Fix various lint issues.

This commit is contained in:
Greyson Parrelli
2026-06-03 14:19:58 -04:00
committed by Cody Henthorne
parent 132eaa5c70
commit 6027d58fb5
43 changed files with 90 additions and 60 deletions
@@ -125,7 +125,7 @@ class QuickstartRestoreActivity : BaseActivity() {
}
private fun hasStorageAccess(): Boolean {
return Build.VERSION.SDK_INT < Build.VERSION_CODES.R || Environment.isExternalStorageManager()
return Build.VERSION.SDK_INT < 30 || Environment.isExternalStorageManager()
}
private fun startRestore() {