gecko-dev/mobile
jwu 5fae0f256d Bug 1374959 - Support skin(Australis/Photon) detection at runtime. r=maliu,nalexander,nechen,walkingice
The SKIN field in SkinConfig.java has different value in Australis and Photon, and we can use mach/gradle
to select which class we want at build time. In Java we can use its method to detect skin at runtime.

```
if (SkinConfig.isPhoton()) {
    ... // Execute Photon specific visual refresh.
}
```

MozReview-Commit-ID: G7ccVq1ZdZi

--HG--
extra : rebase_source : 492a3b2684eb3276f5d529ccb93931072f5e72ac
2017-06-21 17:26:46 +08:00
..
android Bug 1374959 - Support skin(Australis/Photon) detection at runtime. r=maliu,nalexander,nechen,walkingice 2017-06-21 17:26:46 +08:00
locales no bug - Bumping Fennec l10n changesets r=release a=l10n-bump 2017-06-06 03:00:37 -07:00