Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c06a592 authored by Mohit Mali's avatar Mohit Mali
Browse files

Implemented provider at setting side

parent b97b4e76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -427,7 +427,7 @@ public class AppInfoDashboardFragment extends DashboardFragment
    private String retrieveStatus(){
        String status = null;
        Cursor c = getActivity().getContentResolver().query(Uri.parse("content://custom.microg.STATUS.AUTHORITY/cte"), null,
                MicroGProvider.id+"=?", new String[]{"1"}, MicroGProvider.Status);
                MicroGProvider.id+"=?", new String[]{"1"}, MicroGProvider.installStatus);
        if (c.moveToFirst()) {
            do {
                status = c.getString(c.getColumnIndex(MicroGProvider.installStatus));