blob: 7e60cc7a2b4e2600fce9a534a4f4cab0c48e19d8 [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);
}
}