diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fe446ba..0bfe044 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,17 @@ + + + + + + + + + + + + > = Build.VERSION_CODES.O) { NotificationChannel channel = new NotificationChannel(PRIMARY_CHANNEL, - "亲情电话", NotificationManager.IMPORTANCE_DEFAULT); + "展览系统", NotificationManager.IMPORTANCE_DEFAULT); channel.setLightColor(Color.GREEN); channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE); getNotificationManager(context).createNotificationChannel(channel); diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index a9aa10c..d6f95fe 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -11,6 +11,7 @@ @color/black ?attr/colorPrimaryVariant + true \ No newline at end of file diff --git a/app/src/main/res/xml/network_config.xml b/app/src/main/res/xml/network_config.xml new file mode 100644 index 0000000..4072b0d --- /dev/null +++ b/app/src/main/res/xml/network_config.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file