Fix build
Change-Id: I264b0d9507e62ad5a2debad663faedd549414012
(cherry picked from commit e3ce6713d3
)
This commit is contained in:
@@ -281,7 +281,7 @@ public class ApnEditor extends SettingsPreferenceFragment
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
mCursor = managedQuery(mUri, sProjection, null, null);
|
||||
mCursor = getActivity().managedQuery(mUri, sProjection, null, null);
|
||||
mCursor.moveToFirst();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user