For OEM, we add some resources, includs drawables, layouts and some other no-file resources like strings and id. we put this resources to the android framework resource directory: frameworks/base/core/res/ res.
But we face a big problem, the android internal resource id will be re- ordered(we can fild it here: out\target\common\R\com\android\internal \R.java), our new resource id will be insert into the android resource id. but we want our resource id just appended behind the android resource. because of this, some CTS cases will not pass. and we face some other compatible problems. can you tell me how to organize our self framework resources, let the resource id append behind the android resource. thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
