blob: c6b2e34b96e23d53282ff44a5e794a60b8917c65 [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(Context context) {
String s = context.getString(R.string.hello);
}
}