1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| package com.youku.player;
|
|
| import android.content.Context;
|
|
| public class ApiManager extends ApiBaseManager {
|
| /**
| * 调用YoukuLoginSDK的登录功能
| */
| // public static void doLogin(Context context){
| // YoukuLoginOperator.initYoukuLogin(context);
| // YoukuLoginOperator.showLoginView(context);
| // }
|
|
| }
|
|