Skip to content

Instantly share code, notes, and snippets.

View apollow's full-sized avatar

Mike Wang apollow

  • na
  • United States
View GitHub Profile
@apollow
apollow / GearVRCompability.java
Created February 18, 2016 20:10
Checking for GearVR Compability
import android.os.Build;
import java.util.Arrays;
import java.util.HashSet;
/**
* Created by apollow on 2/18/16.
*/
public class GearVRCompability {