Fix string resources naming convention

This commit is contained in:
agnostic-apollo
2021-03-24 06:15:45 +05:00
parent 4eced52c5f
commit eeb8554535
15 changed files with 149 additions and 114 deletions

View File

@@ -15,9 +15,9 @@
<permission
android:name="${TERMUX_PACKAGE_NAME}.permission.RUN_COMMAND"
android:description="@string/run_command_permission_description"
android:description="@string/permission_run_command_description"
android:icon="@mipmap/ic_launcher"
android:label="@string/run_command_permission_label"
android:label="@string/permission_run_command_label"
android:protectionLevel="dangerous" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />