version:2.8
fix:优化接口 add:
This commit is contained in:
@@ -66,8 +66,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName "2.7"
|
versionName "2.8"
|
||||||
ndk {
|
ndk {
|
||||||
//选择要添加的对应 cpu 类型的 .so 库。
|
//选择要添加的对应 cpu 类型的 .so 库。
|
||||||
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||||
|
|||||||
@@ -476,6 +476,8 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns,
|
|||||||
// Log.e("setJpushAlias", "RegId:" + rid);
|
// Log.e("setJpushAlias", "RegId:" + rid);
|
||||||
// }
|
// }
|
||||||
// JPushInterface.getAlias(this, new Random().nextInt(100));
|
// JPushInterface.getAlias(this, new Random().nextInt(100));
|
||||||
|
JGYUtils.getInstance().wakeUpAppstore();
|
||||||
|
JGYUtils.getInstance().wakeUpDeviceInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ public class BaseApplication extends Application {
|
|||||||
|
|
||||||
public static void setJpushTags() {
|
public static void setJpushTags() {
|
||||||
Log.e("jiguangInterface", "30s后重新设置tags");
|
Log.e("jiguangInterface", "30s后重新设置tags");
|
||||||
HTTPInterface.setJpushTags(context);
|
// HTTPInterface.setJpushTags(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static OnAliasResult onAliasResult;
|
private static OnAliasResult onAliasResult;
|
||||||
|
|||||||
Reference in New Issue
Block a user