Fix permission request issue

This commit is contained in:
2021-09-07 12:39:28 +02:00
parent abb21c994f
commit 6f56d8bf07
10 changed files with 17051 additions and 13 deletions
+6 -1
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="txt_featured_animation">Featured Animations</string>
<string name="txt_open_setting">Open Settings</string>
<string name="app_name">Lottiefile App</string>
<string name="txt_home">Home</string>
<string name="txt_explore">Explore</string>
@@ -16,4 +17,8 @@
<string name="txt_hello_stranger">Hello Stranger</string>
<string name="txt_featured_animator">Featured Animators</string>
<string name="txt_latest_story">Latest Stories</string>
<string name="txt_permission_not_available">Permission Not available</string>
<string name="txt_feature_not_available">Feature not available</string>
<string name="txt_camera_permssion_required">The camera is important for this app. Please grant the permission.</string>
<string name="txt_permission_denied">Camera permission denied. See this FAQ with information about why we need this permission. Please, grant us access on the Settings screen.</string>
</resources>