What is inlined are constants that can be determined at compile time, for example:
private final int CONST = 1;
( , , ), :
public static final String SDK = getString("ro.build.version.sdk");
getString:
private static String getString(String property) {
return SystemProperties.get(property, UNKNOWN);
}
, .