• 大小: 11.74MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-07
  • 语言: 其他
  • 标签:

资源简介

源码来者不宜,积分有点贵,技术啦没办法的,谢谢各位

资源截图

代码片段和文件信息

/*
 * Copyright (C) 2015 iChano incorporation‘s Open Source Project
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.zhongyun.avs;

import java.util.Locale;
import com.ichano.rvs.streamer.Streamer;
import com.ichano.rvs.streamer.ui.MediaSurfaceView;
import com.umeng.analytics.MobclickAgent;
import com.umeng.fb.FeedbackAgent;
import com.umeng.update.UmengUpdateAgent;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.DialogInterface.onclickListener;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewTreeObserver;
import android.view.Window;
import android.view.WindowManager;
import android.view.ViewTreeObserver.OnPreDrawListener;
import android.webkit.WebView;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import android.widget.Toast;

@SuppressLint(“NewApi“)
public class AvsActivity extends Activity 
implements View.onclickListener{

private static final String DISCLAIMER_URL_CN = “file:///android_asset/iChanoPrivacyPolicyCN.html“;
private static final String DISCLAIMER_URL_EN = “file:///android_asset/iChanoPrivacyPolicyEN.html“;
private boolean mShowChinese;
private MyAvsHelper mMyAvsHelper;
private MediaSurfaceView mMediaSurfaceView;
boolean isFirst = true;
private LayoutInflater mLayoutInflater;
private Dialog mModifyInfoDialog;
private Dialog mAboutDialog;
private Dialog mDisclaimerDialog;
private Dialog mExitDialog;
private LinearLayout menu_layout;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_title);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
setContentView(R.layout.activity_main);
if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
     getWindow().setStatusBarColor(getResources().getColor(R.color.background));
    }
mLayoutInflater = LayoutInflater.from(

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-21 14:10  AVS-master\
     文件         300  2016-08-11 07:31  AVS-master\.gitignore
     文件        4106  2016-08-11 07:31  AVS-master\AndroidManifest.xml
     目录           0  2016-08-11 07:31  AVS-master\assets\
     文件        5416  2016-08-11 07:31  AVS-master\assets\iChanoPrivacyPolicyCN.html
     文件        7953  2016-08-11 07:31  AVS-master\assets\iChanoPrivacyPolicyEN.html
     目录           0  2016-08-11 00:31  AVS-master\AVS-master\
     文件         300  2016-08-11 00:31  AVS-master\AVS-master\.gitignore
     文件        4106  2016-08-11 00:31  AVS-master\AVS-master\AndroidManifest.xml
     目录           0  2016-08-11 00:31  AVS-master\AVS-master\assets\
     文件        5416  2016-08-11 00:31  AVS-master\AVS-master\assets\iChanoPrivacyPolicyCN.html
     文件        7953  2016-08-11 00:31  AVS-master\AVS-master\assets\iChanoPrivacyPolicyEN.html
     目录           0  2016-08-11 00:31  AVS-master\AVS-master\libs\
     文件     1364299  2016-08-11 00:31  AVS-master\AVS-master\libs\android-support-v4.jar
     目录           0  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\
     文件       83432  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libaaccodec.so
     文件       57520  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libbspatch.so
     文件      677508  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libgnustl_shared.so
     文件      103664  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libpvcodec.so
     文件     1840476  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libsdk30.so
     文件       38368  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libstreamer30.so
     文件      230576  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libumeng_opustool.so
     文件     1053084  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libx264.so
     文件        9408  2016-08-11 00:31  AVS-master\AVS-master\libs\armeabi\libx264codec.so
     文件      117400  2016-08-11 00:31  AVS-master\AVS-master\libs\avs_sdk_opensource.jar
     文件      125457  2016-08-11 00:31  AVS-master\AVS-master\libs\com.umeng.fb.5.4.0.jar
     文件      382175  2016-08-11 00:31  AVS-master\AVS-master\libs\umeng-analytics-v5.6.4.jar
     文件      105374  2016-08-11 00:31  AVS-master\AVS-master\libs\umeng-update-v2.6.0.1.jar
     文件      548120  2016-08-11 00:31  AVS-master\AVS-master\libs\zxing-core-3.2.2.jar
     文件       11358  2016-08-11 00:31  AVS-master\AVS-master\LICENSE
     文件        1724  2016-08-11 00:31  AVS-master\AVS-master\README.md
............此处省略271个文件信息

评论

共有 条评论