string.xml 에 다음과 같이 정의합니다.
<string name="hello">hello.</string>
<string name="hello_att">hello. att.</string>
<string name="hello_vzw">hello. vzw.</string>
<string name="hello_skt">skt hello.</string>
그 후, hello 를 호출하면, 통신사가 att / vzw / skt 면 해당하는 문구를,
그 외 통신사면 hello 를 그냥 출력.
이렇게 하는게 가능할까요?
실제 문장은 더 길고 복잡해서, %s 등으로 치환은 힘들 것 같네요..