我有一個有Bitmap對象的類,並且當我將FireValue(MyClass.class)設置爲FirebaseDatabase時,我發現這是可能的! RealtimeDatabase保存位圖圖像的屬性。發生此問題時,我讀取值,發生跟隨錯誤: com.google.firebase.database.DatabaseException: Class android.graphics.Bitmap
我跟着Google's guide Receiving Simple Data from Other Apps,我設法按照承諾獲得uri,當共享圖像時顯示我的應用程序圖標。 然而,有一個具體的問題,這是怎麼一回事呢: if (Intent.ACTION_SEND.equals(action) && type != null) {
if (type.startsWith("image/")