I was trying to use the snippet from 2nd answer of the following post:
How do you turn off share history when using ShareActionProvider?
Which can be dowloaded from here and after adding ActivityChooserView.java
along with other files to my project, I cannot resolve:
import android.support.v7.internal.widget.ListPopupWindow;
Import of android.support.v7.appcompat
does not give any errors.
Where can I find android.support.v7.internal.widget.ListPopupWindow
class?
I googled it and found nothing :)
I am compiling for android v23 and using appcompat.v7 of the same version.