congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
AppInfo.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
cn.ycbjie.ycaudioplayer.AppInfo
constructor

Best Java code snippets using cn.ycbjie.ycaudioplayer.AppInfo.<init> (Showing top 2 results out of 315)

origin: yangchong211/YCAudioPlayer

@Override
public AppInfo createFromParcel(Parcel source) {
  return new AppInfo(source);
}
origin: yangchong211/YCAudioPlayer

@Override
public List<AppInfo> getAppInfo(String sign) throws RemoteException {
  List<AppInfo> list=new ArrayList<>();
  String aidlCheckAppInfoSign = AppToolUtils.getAidlCheckAppInfoSign();
  LogUtils.e("AppInfoService--AppInfoService",aidlCheckAppInfoSign+"-------------"+sign);
  if(!aidlCheckAppInfoSign.equals(sign)){
    return list;
  }
  list.add(new AppInfo("app版本号(versionName)", BuildConfig.VERSION_NAME));
  list.add(new AppInfo("app版本名称(versionCode)", BuildConfig.VERSION_CODE+""));
  list.add(new AppInfo("打包时间", BuildConfig.BUILD_TIME));
  list.add(new AppInfo("app包名", getPackageName()));
  list.add(new AppInfo("app作者", SPUtils.getInstance(Constant.SP_NAME).getString("name","杨充")));
  list.add(new AppInfo("app渠道", SPUtils.getInstance(Constant.SP_NAME).getString("channel")));
  list.add(new AppInfo("token", SPUtils.getInstance(Constant.SP_NAME).getString("token")));
  list.add(new AppInfo("App签名", AppToolUtils.getSingInfo(getApplicationContext(), getPackageName(), AppToolUtils.SHA1)));
  return list;
}
cn.ycbjie.ycaudioplayerAppInfo<init>

Popular methods of AppInfo

  • getKey
  • getValue

Popular in Java

  • Start an intent from android
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • startActivity (Activity)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now