~opensatnav-admins/opensatnav/nice-package-rename

« back to all changes in this revision

Viewing changes to src/org/opensatnav/android/contribute/content/OSNProvider.java

  • Committer: Kieran Fleming
  • Date: 2010-12-21 13:48:30 UTC
  • Revision ID: kieran.fleming@gmail.com-20101221134830-5x8rw834tmoeamh3
Much nicer package rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * License for the specific language governing permissions and limitations under
14
14
 * the License.
15
15
 */
16
 
package org.opensatnav.contribute.content;
 
16
package org.opensatnav.android.contribute.content;
17
17
 
18
 
import org.opensatnav.OpenSatNavConstants;
 
18
import org.opensatnav.android.OpenSatNavConstants;
19
19
 
20
20
import android.content.ContentProvider;
21
21
import android.content.ContentUris;