Sign in

CNLive Android Team / OPenCNLive_BaseLib · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • OPenCNLive_BaseLib
  • ..
  • demo
  • App.java
  • repair resource file for errors
    977b3347
    朱显松 authored
    2017-08-22 13:37:25 +0800  
    Browse Code »
App.java 226 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.cnlive.libs.demo;

import android.app.Application;

/**
 * Created by xiansong on 2017/8/22.
 */

public class App extends Application {
    @Override
    public void onCreate() {
        super.onCreate();
    }
}