aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/TvApplication.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tv/TvApplication.java')
-rw-r--r--src/com/android/tv/TvApplication.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/tv/TvApplication.java b/src/com/android/tv/TvApplication.java
index 01fe5b07..247509fc 100644
--- a/src/com/android/tv/TvApplication.java
+++ b/src/com/android/tv/TvApplication.java
@@ -77,11 +77,11 @@ public abstract class TvApplication extends BaseApplication implements TvSinglet
/**
* Broadcast Action: The user has updated LC to a new version that supports tuner input. {@link
- * com.android.tv.tuner.TunerInputController} will recevice this intent to check the
- * existence of tuner input when the new version is first launched.
+ * TunerInputController} will receive this intent to check the existence of tuner input when the
+ * new version is first launched.
*/
public static final String ACTION_APPLICATION_FIRST_LAUNCHED =
- "com.android.tv.action.APPLICATION_FIRST_LAUNCHED";
+ " com.android.tv.action.APPLICATION_FIRST_LAUNCHED";
private static final String PREFERENCE_IS_FIRST_LAUNCH = "is_first_launch";