Hide "recent access" and "see all" when location off
This CL also does the following: - Change "past 24 hour access" to "recent access" - Add timestamp to recent access app - Remove the summary of "Location Services" button Bug: 180533061 Test: on device Change-Id: I0405cb6f363243db9f2c9ccf8ab8788b633d1564
This commit is contained in:
@@ -37,7 +37,7 @@ public class RecentLocationAccessSeeAllPreferenceController
|
||||
extends LocationBasePreferenceController {
|
||||
|
||||
private PreferenceScreen mCategoryAllRecentLocationAccess;
|
||||
private RecentLocationAccesses mRecentLocationAccesses;
|
||||
private final RecentLocationAccesses mRecentLocationAccesses;
|
||||
private boolean mShowSystem = false;
|
||||
private Preference mPreference;
|
||||
private int mType = ProfileSelectFragment.ProfileType.ALL;
|
||||
|
||||
Reference in New Issue
Block a user