Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/angle
Path: blob/main_old/src/android_system_settings/assets/a4a_rules.json
1693 views
1
{
2
"Rules":[
3
{
4
"Rule":"Default Rule (i.e. use native driver)",
5
"UseANGLE":false
6
},
7
{
8
"Rule":"Supported application(s) (e.g. Maps on Google devices)",
9
"UseANGLE":true,
10
"Applications":[
11
{
12
"AppName":"com.android.angle"
13
},
14
{
15
"AppName":"com.google.android.angle"
16
}
17
],
18
"Devices":[
19
{
20
"Manufacturer":"Google"
21
}
22
]
23
}
24
]
25
}
26
27