private void setupOmniture()
 {
     // Initializing the Omniture plugin with the JSON configuration file
     // and evar rulesets should be enough to get started.
     omnitureComponent = new OmnitureComponent(eventEmitter, this, "Android Sample App", "Android Sample Player");
 }
		private void setupOmniture()
		{

			// Initializing the Omniture plugin with the JSON configuration file
			// and evar rulesets should be enough to get started.
			omnitureComponent = new OmnitureComponent(eventEmitter, this, "Android Sample App", "Android Sample Player");
		}