Skip to content

Commit

Permalink
Permission checker updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
codingbychanche committed Oct 3, 2021
1 parent 2aa1f67 commit 670b966
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 24 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion filedialogtool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {


defaultConfig {
minSdkVersion 22
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="22"
android:minSdkVersion="23"
android:targetSdkVersion="28" />

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sun Oct 03 14:05:04 CEST 2021
#Sun Oct 03 14:34:21 CEST 2021
/media/berthold/Bertholds\ Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/document.png=/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/intermediates/packaged_res/debug/drawable/document.png
/media/berthold/Bertholds\ Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/activity_file_chooser.xml=/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/intermediates/packaged_res/debug/layout/activity_file_chooser.xml
/media/berthold/Bertholds\ Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/camera.png=/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/intermediates/packaged_res/debug/drawable/camera.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="activity_name">Dateiauswahl</string>
<string name="activity_name">Dateiauswahl 1.0</string>
</resources>

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res"/><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/rs/debug"/><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res"><file name="camera" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/camera.png" qualifiers="" type="drawable"/><file name="document" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/document.png" qualifiers="" type="drawable"/><file name="ic_delete_forever_black_24dp" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/ic_delete_forever_black_24dp.png" qualifiers="" type="drawable"/><file name="ic_search_black_24dp" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/ic_search_black_24dp.png" qualifiers="" type="drawable"/><file name="nopicture" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/nopicture.png" qualifiers="" type="drawable"/><file name="openfolder" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/openfolder.png" qualifiers="" type="drawable"/><file name="activity_file_chooser" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/activity_file_chooser.xml" qualifiers="" type="layout"/><file name="file_list_active_entry" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/file_list_active_entry.xml" qualifiers="" type="layout"/><file name="fragment_dialog_show_file_info" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/fragment_dialog_show_file_info.xml" qualifiers="" type="layout"/><file name="menu_file_chooser" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/menu/menu_file_chooser.xml" qualifiers="" type="menu"/><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values/colors.xml" qualifiers=""><color name="colorLightGrey">#888888</color><color name="colorPrimary">#008577</color><color name="colorPrimaryDark">#00574B</color><color name="colorAccent">#D81B60</color></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values/dimens.xml" qualifiers=""><dimen name="activity_horizontal_margin">16dp</dimen><dimen name="activity_vertical_margin">16dp</dimen><dimen name="fab_margin">16dp</dimen></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values/strings.xml" qualifiers=""><string name="activity_name">Dateiauswahl</string></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values-de/strings.xml" qualifiers="de"><string name="activity_name">Dateiauswahl</string></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values-en/strings.xml" qualifiers="en"><string name="activity_name">Select file</string></file></source><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/rs/debug"/><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/debug/res"/></dataSet><mergedItems/></merger>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res"/><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/rs/debug"/><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res"><file name="camera" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/camera.png" qualifiers="" type="drawable"/><file name="document" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/document.png" qualifiers="" type="drawable"/><file name="ic_delete_forever_black_24dp" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/ic_delete_forever_black_24dp.png" qualifiers="" type="drawable"/><file name="ic_search_black_24dp" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/ic_search_black_24dp.png" qualifiers="" type="drawable"/><file name="nopicture" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/nopicture.png" qualifiers="" type="drawable"/><file name="openfolder" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/drawable/openfolder.png" qualifiers="" type="drawable"/><file name="activity_file_chooser" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/activity_file_chooser.xml" qualifiers="" type="layout"/><file name="file_list_active_entry" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/file_list_active_entry.xml" qualifiers="" type="layout"/><file name="fragment_dialog_show_file_info" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/layout/fragment_dialog_show_file_info.xml" qualifiers="" type="layout"/><file name="menu_file_chooser" path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/menu/menu_file_chooser.xml" qualifiers="" type="menu"/><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values/colors.xml" qualifiers=""><color name="colorLightGrey">#888888</color><color name="colorPrimary">#008577</color><color name="colorPrimaryDark">#00574B</color><color name="colorAccent">#D81B60</color></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values/dimens.xml" qualifiers=""><dimen name="activity_horizontal_margin">16dp</dimen><dimen name="activity_vertical_margin">16dp</dimen><dimen name="fab_margin">16dp</dimen></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values/strings.xml" qualifiers=""><string name="activity_name">Dateiauswahl</string></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values-de/strings.xml" qualifiers="de"><string name="activity_name">Dateiauswahl 1.0</string></file><file path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/res/values-en/strings.xml" qualifiers="en"><string name="activity_name">Select file</string></file></source><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/rs/debug"/><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/debug/res"/></dataSet><mergedItems/></merger>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="22"
android:minSdkVersion="23"
android:targetSdkVersion="28" />

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="22"
8 android:minSdkVersion="23"
8-->/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/AndroidManifest.xml
9 android:targetSdkVersion="28" />
9-->/media/berthold/Bertholds Zeug/NFSShare/myCode/AndroidStudioProjects/MyApps/FileDialogTool/filedialogtool/src/main/AndroidManifest.xml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="activity_name">Dateiauswahl</string>
<string name="activity_name">Dateiauswahl 1.0</string>
</resources>
2 changes: 1 addition & 1 deletion filedialogtool/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>

<!-- File Dialog Activity -->
<string name="activity_name">Dateiauswahl</string>
<string name="activity_name">Dateiauswahl 1.0</string>

</resources>

0 comments on commit 670b966

Please sign in to comment.