If you copy a class like ActivityGroup to your local project, wouldn't it just be treated like a normal class in your project that uses other Android frameworks? Are there special dependencies or assumptions made in these classes?
On Aug 25, 8:57 pm, Romain Guy <[email protected]> wrote: > > In general, would modifying Android frameworks and using them locally > > in a project break future compatibility or backfire in other ways? > > Definitely yes. Also, it won't work because the Android system will > use the version of the class that's not in your app so your changes > won't be taken into account. > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time > to provide private support. All such questions should be posted on > public forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

