Google cardBoard Android API (四):Constants

public class  Constants

Static class containing useful constants.

Constants

String  CARDBOARD_CATEGORY

  Apps that use vrtoolkit should include this category (along with action MAIN) in their AndroidManifest.xml.
String  VERSION
  The vrtoolkit version.

Inherited Methods

Constants

public static final String CARDBOARD_CATEGORY

Apps that use vrtoolkit should include this category (along with action MAIN) in their AndroidManifest.xml. An Activity tagged with this category will show up in the list of Cardboard apps in the Cardboard launcher.

Example intent filter: 

Constant Value:  "com.google.intent.category.CARDBOARD"

public static final String VERSION

The vrtoolkit version.

Constant Value:  "0.6"

你可能感兴趣的:(Google cardBoard Android API (四):Constants)