diff options
| author | 2021-11-11 18:54:23 +0000 | |
|---|---|---|
| committer | 2021-11-11 18:54:23 +0000 | |
| commit | 552ed6580c58ef8f0087a48cae9c56208137cb03 (patch) | |
| tree | 86d40ce7d73bb476c17e54f080a2bada1171b511 | |
| parent | 20d9c1fc3632b190fd1454a0ea3344d03fe7e2f7 (diff) | |
| parent | 84187bc0bc21251cc2e14598aebccb3ee59f45a1 (diff) | |
Merge "Increase nearby wifi string char limit"
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 391c7dc3f695..5f0812597d7e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1495,7 +1495,7 @@ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50]--> <string name="permlab_nearby_wifi_devices">interact with nearby Wi\u2011Fi devices</string> - <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=120]--> + <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=140]--> <string name="permdesc_nearby_wifi_devices">Allows the app to advertise, connect, and determine the relative position of nearby Wi\u2011Fi devices</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> |