1{ 2 "rules":[ 3 { 4 "description": "Applications in this list will use ANGLE", 5 "choice": "angle", 6 "apps": [ 7 { 8 "packageName": "com.android.angle" 9 } 10 ] 11 }, 12 { 13 "description": "Applications in this list will not use ANGLE", 14 "choice": "native", 15 "apps": [ 16 { 17 "packageName": "com.linecorp.b612.android" 18 }, 19 { 20 "packageName": "com.campmobile.snow" 21 }, 22 { 23 "packageName": "com.google.android.apps.tachyon" 24 } 25 ] 26 } 27 ] 28} 29