Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

No Apps displayed #7

Closed
Allosh87 opened this issue Dec 23, 2020 · 1 comment
Closed

No Apps displayed #7

Allosh87 opened this issue Dec 23, 2020 · 1 comment

Comments

@Allosh87
Copy link

Allosh87 commented Dec 23, 2020

I made a project. MainActivity with Fragment. I try to apply your methods inside the fragment with all the listeners but I cant get it to work.
Though if I revert back to my implementation, my apps do get displayed.

Inside onCreateView:
AppList.registerListeners( this , null , null,null,null,null,this); apps = true; AppList.getAllApps( getActivity() , 0); if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { getActivity().registerReceiver( new AppList() , AppList.intentFilter); }

More tutorials are needed. Any guide here?

@Allosh87
Copy link
Author

Solved this issue.

@Allosh87 Allosh87 reopened this Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant