Skip to content

Commit

Permalink
fixup! add Storage Scopes link to the "App info" screen
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr authored and thestinger committed Aug 6, 2024
1 parent 2ac62bc commit 8981ad6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions res/xml/app_info_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
settings:summaryLineCount="1"
settings:controller="com.android.settings.applications.appinfo.AppPermissionPreferenceController" />

<Preference
android:key="storage_scopes"
android:title="@string/storage_scopes"
settings:controller="com.android.settings.applications.appinfo.AppStorageScopesPreferenceController" />

<Preference
android:key="storage_settings"
android:title="@string/storage_settings_for_app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public void onAttach(Context context) {
use(AppAllServicesPreferenceController.class).setPackageName(packageName);
use(AppStoragePreferenceController.class).setParentFragment(this);
use(AppVersionPreferenceController.class).setParentFragment(this);
use(AppStorageScopesPreferenceController.class).setParentFragment(this);
use(InstantAppDomainsPreferenceController.class).setParentFragment(this);

final HibernationSwitchPreferenceController appHibernationSettings =
Expand Down

This file was deleted.

0 comments on commit 8981ad6

Please sign in to comment.