-1

I have just downloaded the source code of Google calendar.But in the project,some private classes,such as android.provider.Calendar, are included.How can I import such classes?

Lion
  • 18,729
  • 22
  • 80
  • 110
PyChen
  • 63
  • 1
  • 7

1 Answers1

1

How can I import such classes?

You don't. That's the point of them being private: they are not meant for you to use.

Solve your problem some other way.

Matt Ball
  • 354,903
  • 100
  • 647
  • 710