我正在爲Android安裝通知應用程序,並且我的客戶要求我在通知預覽中插入視頻。有沒有辦法在Android上的遠程視圖通知中顯示視頻?
我知道我能夠創建帶有圖片和通知自定義視圖的通知,但是當我嘗試將視頻添加到自定義查看我的應用程序給我總是這個錯誤:
致命異常:主要 從包com.codeversed.example.Notifications發佈的錯誤通知:無法展開RemoteViews:StatusBarNotification(pkg = com.codeversed.example.Notifications user = UserHandle {0} id = 0 tag = null score = 0 key = 0 | com.codeversed.example.Notifications | 0 | null | 10008:通知(pri = 0 contentView = com.codeversed.example.Notifications/0x1090089 vibrate =默認聲音=默認默認值= 0x7旗標= 0x18顏色= 0x00000000 originalPackageName = N originalUserId = 0 vis = PRIVATE))
我想這是因爲視頻不允許遠程視圖。有人知道這個限制是否可以排序,或者是否有方法在通知上顯示視頻?
問候,
非常感謝,我會告訴我的客戶。 關心, – gabicuesta