diff options
| -rw-r--r-- | packages/PackageInstaller/res/values/strings.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/PackageInstaller/res/values/strings.xml b/packages/PackageInstaller/res/values/strings.xml index 797656ef62f4..3e4270621554 100644 --- a/packages/PackageInstaller/res/values/strings.xml +++ b/packages/PackageInstaller/res/values/strings.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -185,9 +185,6 @@ <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] --> <string name="app_name_unknown">Unknown</string> - <!-- Help URL, application permissions [DO NOT TRANSLATE] --> - <string name="help_app_permissions" translatable="false"></string> - <!-- Text to show in warning dialog on the tablet when the app source is not trusted [CHAR LIMIT=NONE] --> <string name="untrusted_external_source_warning" product="tablet">For your security, your tablet is not allowed to install unknown apps from this source.</string> |