Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e66f9faf
authored
Oct 08, 2021
by
bachinger
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Clean up ExoPlayerLibraryInfo
PiperOrigin-RevId: 401729859
parent
b6bddc50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
11 deletions
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
View file @
e66f9faf
...
...
@@ -15,12 +15,11 @@
*/
package
com
.
google
.
android
.
exoplayer2
;
import
android.os.Build
;
import
com.google.android.exoplayer2.util.Assertions
;
import
com.google.android.exoplayer2.util.TraceUtil
;
import
java.util.HashSet
;
/** Information about the
ExoPlayer
library. */
/** Information about the library. */
public
final
class
ExoPlayerLibraryInfo
{
/** A tag to use when logging library information. */
...
...
@@ -44,15 +43,6 @@ public final class ExoPlayerLibraryInfo {
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
public
static
final
int
VERSION_INT
=
2015001
;
/**
* The default user agent for requests made by the library.
*
* @deprecated ExoPlayer now uses the user agent of the underlying network stack by default.
*/
@Deprecated
public
static
final
String
DEFAULT_USER_AGENT
=
VERSION_SLASHY
+
" (Linux; Android "
+
Build
.
VERSION
.
RELEASE
+
") "
+
VERSION_SLASHY
;
/** Whether the library was compiled with {@link Assertions} checks enabled. */
public
static
final
boolean
ASSERTIONS_ENABLED
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment