[HELP] framework-res.apk package name?

Search This thread
Hi, I'm working on Xposed module, which translates Motorola Moto G. I'm not sure, how to describe it correct, but this module force system to "read" strings from this module instead strings from original apk. To detect which strings are for which apk, module uses package name.
And I have problem with framework-res.apk, its package name is only "android", but string are not "read" from module.

Can someone help me?