commit 6720ec856ca1ba2624090f81b2989af65363cb1d
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Mon Dec 5 15:04:52 2016 +0000

    Simplify SurfaceViews

diff --git a/src/main/java/org/distorted/library/Distorted.java b/src/main/java/org/distorted/library/Distorted.java
index f81c446..c3245d4 100644
--- a/src/main/java/org/distorted/library/Distorted.java
+++ b/src/main/java/org/distorted/library/Distorted.java
@@ -115,7 +115,7 @@ public class Distorted
     Log.d(TAG, "Max vectors in vertex shader: "+maxV);
     Log.d(TAG, "Max vectors in fragment shader: "+maxF);
     
-    if( Build.FINGERPRINT.startsWith("generic") == false )
+    if( Build.FINGERPRINT.contains("generic") == false )
       {
       int realMaxV = (maxV-11)/4;   // adjust this in case of changes to the shaders...
       int realMaxF = (maxF- 2)/4;   //
