Config.java :  » Sound-Audio-Voice » soundclouddroid » org » urbanstew » SoundCloudBase » Android Open Source

Android Open Source » Sound Audio Voice » soundclouddroid 
soundclouddroid » org » urbanstew » SoundCloudBase » Config.java
package org.urbanstew.SoundCloudBase;

public class Config
{
  public static final String AUTHORITY = "org.urbanstew.provider.soundclouddroid";
  public static final String PACKAGE = "org.urbanstew.soundclouddroid";
    
  private Config()
  {}
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.