Skip to content
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

Depreciate STORAGE permission #81

Closed
wants to merge 2 commits into from

Conversation

ndsxx6swthntex
Copy link
Contributor

Files are being downloaded and viewed on Download directory even if the permission is gone. Further investigations are being done as of the moment. Also, an initial attempt to gate IntentDispatcher by INTERNET permission has been done.

@ndsxx6swthntex
Copy link
Contributor Author

Closes issue #64 and possibly #37

@ndsxx6swthntex ndsxx6swthntex changed the title Depreciate the leftover crust STORAGE permission Depreciate STORAGE permission Oct 3, 2020
@@ -200,6 +200,7 @@ by a child template that "extends" this file.
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode|density">
</activity>
<activity-alias android:name="com.google.android.apps.chrome.IntentDispatcher"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will end up rejecting requests from apps without the permission. We need to do it in a way that users are prompted about it.

@thestinger
Copy link
Member

BTW, git am is having trouble applying these patches since they don't have all the expect fields.

@thestinger
Copy link
Member

I merged the storage permission change. I can't take the other change.

@thestinger thestinger closed this Oct 7, 2020
@thestinger
Copy link
Member

Unfortunately, ended up having to revert this due to #90.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants