Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
annotations/ | H | 25-Apr-2025 | - | 904 | 252 | |
processor/ | H | 25-Apr-2025 | - | 18,442 | 13,325 | |
sdk/ | H | 25-Apr-2025 | - | 5,396 | 3,133 | |
testing/ | H | 25-Apr-2025 | - | 1,785 | 1,046 | |
tests/ | H | 25-Apr-2025 | - | 28,553 | 21,386 | |
Android.bp | H A D | 25-Apr-2025 | 3.2 KiB | 140 | 126 | |
CHANGES | H A D | 25-Apr-2025 | 479 | 13 | 13 | |
CONTRIBUTING.md | H A D | 25-Apr-2025 | 1.3 KiB | 33 | 24 | |
LICENSE | H A D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
METADATA | H A D | 25-Apr-2025 | 341 | 15 | 14 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 47 | 2 | 2 | |
README.md | H A D | 25-Apr-2025 | 400 | 11 | 8 | |
build.gradle | H A D | 25-Apr-2025 | 1,007 | 30 | 28 | |
gradle.properties | H A D | 25-Apr-2025 | 72 | 3 | 3 | |
proguard.pgcfg | H A D | 25-Apr-2025 | 384 | 8 | 7 | |
settings.gradle | H A D | 25-Apr-2025 | 1.9 KiB | 42 | 32 |
README.md
1Connected apps is an Android feature that allows your application to utilize 2both work and personal data, when given the corresponding permission from the 3user. 4 5The Connected Apps SDK makes it as easy as possible to perform and test 6cross-profile behaviour or data access, once you have the appropriate 7permission. 8 9For more information see 10https://developers.google.com/android/work/connected-apps 11