FCM自定义通知声音不起作用

时间:2019-02-03 16:03:59

标签: android firebase firebase-cloud-messaging

我知道之前曾有人问过这个问题,我检查了所有其他帖子并尝试了所有帖子,但没有一个起作用。基本上,我有一个要在用户收到通知时播放的mp3文件

这是我的代码

#' Print Summary Polygonal Linear Regression
#'
#' @description print arguments of the class "\emph{summary.plr}" and returns it \emph{invisibly} (via \code{\link[base]{invisible}} (x)).
#' @method print summary.plr
#' @param x an object of the class "\emph{summary.plr}".
#' @param digits  non-null value for \code{digits} specifies the minimum number of significant 
#' digits to be printed in values.
#' @param concise a \emph{logical} used to determine the type of digits.
#' @export

#Outuput

Description

print arguments of the class "summary.plr" and returns it invisibly (via invisible (x)).

Usage

## S3 method for class 'summary.plr'
print(x, digits = max(3L, getOption("digits") -
  3L), concise = FALSE, ...)
Arguments

x an object of the class "summary.plr".
digits non-null value for digits specifies the minimum number of significant digits to be printed in values.
concise a logical used to determine the type of digits.

1 个答案:

答案 0 :(得分:0)

我要做的是卸载并重新安装该应用程序,并且它可以正常工作。