public static final class

R.bool

extends Object
java.lang.Object
   ↳ com.htc.R.bool

Summary

Constants
int config_tether_dun_required Boolean indicating if we require the use of DUN on mobile for tethering.
int listview_separate_section
Public Constructors
R.bool()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int config_tether_dun_required

Boolean indicating if we require the use of DUN on mobile for tethering. Note that this defaults to false so that if you move to a carrier that hasn't configured anything tethering will still work. If you'd rather make the device untetherable on unconfigured devices, set to true

Constant Value: 34275328 (0x020b0000)

public static final int listview_separate_section

Constant Value: 34275329 (0x020b0001)

Public Constructors

public R.bool ()