Loading src/com/android/settings/applications/appinfo/AppInfoDashboardFragment.java +2 −1 Original line number Diff line number Diff line Loading @@ -426,7 +426,8 @@ 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, OTAProvider.id+"=?", new String[]{"1"}, OTAProvider.Status); Cursor c = getActivity().getContentResolver().query(Uri.parse("content://custom.microg.STATUS.AUTHORITY/cte"), null, MicroGProvider.id+"=?", new String[]{"1"}, MicroGProvider.Status); if (c.moveToFirst()) { do { status = c.getString(c.getColumnIndex(MicroGProvider.installStatus)); Loading Loading
src/com/android/settings/applications/appinfo/AppInfoDashboardFragment.java +2 −1 Original line number Diff line number Diff line Loading @@ -426,7 +426,8 @@ 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, OTAProvider.id+"=?", new String[]{"1"}, OTAProvider.Status); Cursor c = getActivity().getContentResolver().query(Uri.parse("content://custom.microg.STATUS.AUTHORITY/cte"), null, MicroGProvider.id+"=?", new String[]{"1"}, MicroGProvider.Status); if (c.moveToFirst()) { do { status = c.getString(c.getColumnIndex(MicroGProvider.installStatus)); Loading