History log of /packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d742d7a9e37ed0e6718836c06c0c628c72016e6 05-Mar-2018 Felipe Leme <felipeal@google.com> Removed redundant call to releasePersistableUriPermission()

Bug: 72055774

Test: manual verification
Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest#testResetGranted

Change-Id: I0f55c46830ad70516a6d2f9df6e55cd965142c79
/packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java
f69b65da597ea480a15187c75ca64c65a83e7ea2 25-Jan-2018 Felipe Leme <felipeal@google.com> Refactor logic that creates a URI permission...

...so it can be used by the ScopedAccessProvider's update() implementation.

Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest
Bug: 63720392

Change-Id: Ifaadda33c79de4a225e6a83de777971043490d63
/packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java
2378729eba560218671d4e56ed248d957299a91e 24-Jan-2018 Felipe Leme <felipeal@google.com> Initial integration of ScopedAccessDirectory and AM.

Now it calls AM to get granted permissions (although it does not call it to
update permissions yet).

Test: manual verification
Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest#testResetDoNotAskAgain

Bug: 63720392

Change-Id: I8b212163bef4b608dbd589e3303fbb14bfa66719
/packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java
33230343367cd21e7372d9148def6b10dec65f41 19-Jan-2018 Felipe Leme <felipeal@google.com> Initial implementation of ScopedAccessProvider.update()

It does not interact with ActivityManager yet, but updates its preferences.

Test: manual verification
Bug: 63720392

Change-Id: I7dac63c3b7fd96fe72a6795e38178a8c6e7afdc5
/packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java
9de5807754666ce80295d15ff681c0d4921cd5e8 20-Jan-2018 Felipe Leme <felipeal@google.com> Created a SharedMinimal helper.

This class contains the bare minimum shared stuff that can be used without
bloating the APK size of the minimal app that is used on Android TV.

Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest
Bug: 72100982

Change-Id: I29deeaeda86fa34d04d2aef2c4d20b34de2c86c1
/packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java
433d78a7932bea88813a811927265e9f94ec406c 09-Jan-2018 Felipe Leme <felipeal@google.com> Cosmetic changes on Scoped Directory Access classes:

- Renamed OpenExternalDirectoryActivity to ScopedAccessActivity
- Removed unused code

Test: atest CtsAppSecurityHostTestCases:ScopedDirectoryAccessTest
Bug: 63720392

Change-Id: If73c66a804c4d2585e5f5d5c6620307004e04a23
/packages/apps/DocumentsUI/src/com/android/documentsui/ScopedAccessActivity.java