-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Clear Data Activity #2797
base: main
Are you sure you want to change the base?
Conversation
- Set android:hasFragileUserData to true - Add DataActivity to control app's data clearing action - Add android:manageSpaceActivity setting and activity
- Add replace allowBackup manifest config
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2797 +/- ##
=========================================
- Coverage 39.0% 29.2% -9.9%
+ Complexity 1165 800 -365
=========================================
Files 284 285 +1
Lines 15051 13963 -1088
Branches 2667 2493 -174
=========================================
- Hits 5879 4085 -1794
- Misses 8329 9340 +1011
+ Partials 843 538 -305
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Can you provide the link to the issue? |
@ellykits This is the roadmap issue this is tied to Persist App data after uninstall |
@qiarie Are there any plans to merge this PR sooner? |
Yes. To be wrapped up next week |
IMPORTANT: Where possible all PRs must be linked to a Github issue
android:allowBackup
manifest flag tofalse
android:hasFragileUserData
totrue
DataActivity
to control app's data clearing actionandroid:manageSpaceActivity
manifest setting and activityEngineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file