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