Bug 1122302 - Make the device list in the share overlay always show up only for the current channel. r=rnewman

--HG--
extra : rebase_source : d5afc05c4a4984ce399d1b4bb609c1a30103ff4d
This commit is contained in:
Michael Comella 2015-03-12 12:12:51 -07:00
parent 531bc97ada
commit d92f817799

View File

@ -58,8 +58,9 @@ public class ShareDialog extends Locales.LocaleAwareActivity implements SendTabT
private static final String LOGTAG = "GeckoShareDialog";
/** Flag that we should only show the devices for send tab in this dialog. **/
public static final String INTENT_EXTRA_DEVICES_ONLY = "org.mozilla.gecko.intent.extra.DEVICES_ONLY";
/** Flag to indicate that we should always show the device list; specific to this release channel. **/
public static final String INTENT_EXTRA_DEVICES_ONLY =
AppConstants.ANDROID_PACKAGE_NAME + ".intent.extra.DEVICES_ONLY";
/** The maximum number of devices we'll show in the dialog when in State.DEFAULT. **/
private static final int MAXIMUM_INLINE_DEVICES = 2;