]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Request the phone permission if needed.
authorSoren Stoutner <soren@stoutner.com>
Tue, 17 Aug 2021 05:38:29 +0000 (22:38 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 17 Aug 2021 05:38:29 +0000 (22:38 -0700)
commit135083ed1d09126bde43ded4befc444040a13ed8
tree391644ab1adda1626bdab5244f6901b46d4e445b
parent703dff21803cc19357c55982e596d114e81348c8
Request the phone permission if needed.
app/src/main/AndroidManifest.xml
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCell.kt
app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt [new file with mode: 0644]
app/src/main/res/drawable/phone_permission.xml [new file with mode: 0644]
app/src/main/res/layout/privacy_cell_linearlayout.xml [deleted file]
app/src/main/res/layout/privacy_cell_scrollview.xml [new file with mode: 0644]
app/src/main/res/values-night/colors.xml [new file with mode: 0644]
app/src/main/res/values-night/themes.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/themes.xml