Of course this is the same shader too.
198 final String fragmentShaderSource = "precision mediump float;" 199 + "" 200 + "varying vec4 vColor;" 201 + "" 202 + "void main()" 203 + "{" 204 + " gl_FragColor = vColor;" 205 + "}";