| The Android Open Source Project | 2ad60cf | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | // Copyright 2006 The Android Open Source Project |
| 2 | |||||
| 3 | /** | ||||
| 4 | * Version with package scope access. | ||||
| 5 | */ | ||||
| 6 | public class SemiPrivate { | ||||
| 7 | /* not private */ static String mPrivvy = "stuff"; | ||||
| 8 | } | ||||
| 9 | |||||