1 2 3 4 5 6 7 8 9
// Copyright 2011 Google Inc. All Rights Reserved. class StaticsFromCode { static final Object s0 = "android"; static Object getS0() { return s0; } }