{ | |
"rules":[ | |
{ | |
"description": "Applications in this list will use ANGLE", | |
"choice": "angle", | |
"apps": [ | |
{ | |
"packageName": "com.android.angle" | |
} | |
] | |
}, | |
{ | |
"description": "Applications in this list will not use ANGLE", | |
"choice": "native", | |
"apps": [ | |
{ | |
"packageName": "com.linecorp.b612.android" | |
}, | |
{ | |
"packageName": "com.campmobile.snow" | |
}, | |
{ | |
"packageName": "com.google.android.apps.tachyon" | |
} | |
] | |
} | |
] | |
} |