If this is a TV device launch bluetooth pairing before Welcome page

TV devices like fugu don't have a default input method and expect to
be able to pair the bluetooth remote during setup without having to
manually initiate it with the bottom button on the device.

Change-Id: I88246fe9b28a85dc334c0108b818e78cb29491bb
This commit is contained in:
dhacker29
2015-04-23 22:54:36 -04:00
parent de06181c7e
commit 218deb9952
5 changed files with 130 additions and 1 deletions

View File

@@ -234,4 +234,8 @@ public class SetupWizardUtils {
public static final ComponentName mTvwifisettingsActivity =
new ComponentName("com.android.tv.settings",
"com.android.tv.settings.connectivity.setup.WifiSetupActivity");
public static final ComponentName mTvAddAccessorySettingsActivity =
new ComponentName("com.android.tv.settings",
"com.android.tv.settings.accessories.AddAccessoryActivity");
}