Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
migaverse
GitHub Repository: migaverse/skymod
Path: blob/master/system/etc/feature_default.xml
4282 views
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<!-- It can be added for each operators like below form
3
4
<ABC> -> sales code
5
<sapient>true</sapient> -> feature1
6
<burton>false</burton> -> feature2
7
<libtech>true</libtech> -> feature3
8
.
9
.
10
</ABC>
11
12
each name of tags are will be environment variable with ro.csc.
13
ex) ro.csc.sapient, ro.csc.burton, ro.csc.libtech <== you could use them at any section.
14
also, should be added between <FeatureSet>
15
and </FeatureSet> .
16
[email protected] -->
17
<SamsungMobileFeature>
18
19
<Country></Country>
20
<CountryISO></CountryISO>
21
<SalesCode></SalesCode>
22
23
<!-- Default Values -->
24
<FeatureSet>
25
</FeatureSet>
26
27
</SamsungMobileFeature>
28
29