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?
Asked
Active
Viewed 150 times
-1
1 Answers
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