Skip to content

Commit 2aa1f67

Browse files
Added permission checker.
If an app consists of more than one module, like in this case (the demo, "app" module and the "fileDialog" module) Then inside of each mdoules manifest file the permissions needed have to be decleared. Each modules componet (usually the main activity) has to check if these permissions are granted.
1 parent 1d18ead commit 2aa1f67

File tree

92 files changed

+422
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+422
-406
lines changed
-1 Bytes
Binary file not shown.

.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0_jar.xml renamed to .idea/libraries/Gradle__androidx_annotation_annotation_1_1_0.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_appcompat_appcompat_1_1_0_aar.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_1_0_aar.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0_jar.xml renamed to .idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)