android.app.PendingIntent cannot be accessed ouside the package
问题 I'm trying to make notification, but it keeps telling me that PendingIntent in android.app.PendingIntent is not public it cannot be accessed outside the package this is the full method: final Runnable m_Runnable = new Runnable() { public void run() { FirebaseDatabase.getInstance().getReference("messages").endAt(user.getUid()).addListenerForSingleValueEvent(new ValueEventListener() { @Override public void onDataChange(DataSnapshot dataSnapshot) { //Toast.makeText(Chat.this,user.getUid(),Toast