blob: 2ee876171336a9197e31356176a145a9910e30f9 [file] [log] [blame]
package p1.p2.p3;
import android.content.Context;
import android.view.View;
import p1.p2.R;
public class Class extends View {
public void f() {
String s = getContext().getString(R.string.hello);
}
}