diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-09-08 14:41:35 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-09-08 14:41:35 +0000 |
commit | 7293b9e75823441b921f6a1fb8c222a1528f6462 (patch) | |
tree | e4a8843221be80c99f843b76aff57c31b97402f3 /app/src/main/res/values | |
parent | 84b5b1d95ddaa4701799ac369eef678f4d0794d7 (diff) | |
download | infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.tar infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.tar.gz infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.tar.bz2 infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.tar.lz infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.tar.xz infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.tar.zst infinity-for-reddit-7293b9e75823441b921f6a1fb8c222a1528f6462.zip |
Update ExoPlayer.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 29108bee..39cc538a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1297,13 +1297,6 @@ <string name="unexpected_intent_action">Unexpected intent action: <xliff:g id="action">%1$s</xliff:g></string> <string name="enable_random_adaptation">Enable random adaptation</string> - <string name="error_drm_not_supported">Protected content not supported on API levels below 18</string> - <string name="error_drm_unsupported_scheme">This device does not support the required DRM scheme</string> - <string name="error_drm_unknown">An unknown DRM error occurred</string> - <string name="error_no_decoder">This device does not provide a decoder for <xliff:g id="mime_type">%1$s</xliff:g></string> - <string name="error_no_secure_decoder">This device does not provide a secure decoder for <xliff:g id="mime_type">%1$s</xliff:g></string> - <string name="error_querying_decoders">Unable to query device decoders</string> - <string name="error_instantiating_decoder">Unable to instantiate decoder <xliff:g id="decoder_name">%1$s</xliff:g></string> <string name="error_unsupported_video">Media includes video tracks, but none are playable by this device</string> <string name="error_unsupported_audio">Media includes audio tracks, but none are playable by this device</string> <string name="storage_permission_denied">Permission to access storage was denied</string> |