Platform/Android

[Waring] On SDK version 23 and up, your app data will be automatically backed up and restored on app install.

개랭갱깽스타 2022. 2. 22. 14:30

Warning:(6, 9) On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup, or just set `android:fullBackupOnly=true`. More info: https://developer.android.com/guide/topics/data/autobackup

경고:(6, 9) SDK 버전 23 이상에서는 앱 설치 시 앱 데이터가 자동으로 백업 및 복원됩니다. 'android:fullBackupContent' 속성을 추가하여 백업할 파일을 구성하는 '@xml' 리소스를 지정하거나 그냥 'android:fullBackupOnly=true'로 설정하는 것을 고려하세요. 추가 정보: https://developer.android.com/guide/topics/data/autobackup

 

반응형