Add controls rearrange activity
This activity is accesses from the overflow menu in the Controls UI. It does the following: * Shows all favorites for current structure * Allows for rearranging current favorites in that structure * Allows for removing current favorites in that structure * Links to ControlsFavoritingActivity with just that structure Test: manual Test: atest ControlsControllerImplTest Test: atest FavoritesModelTest Test: atest AllModelTest Fixes: 149138395 Change-Id: I8a57d4f835467247b7cc360fee4e382cd5553481
This commit is contained in:
@@ -679,6 +679,15 @@
|
||||
android:visibleToInstantApps="true">
|
||||
</activity>
|
||||
|
||||
<activity android:name=".controls.management.ControlsEditingActivity"
|
||||
android:theme="@style/Theme.ControlsManagement"
|
||||
android:excludeFromRecents="true"
|
||||
android:showForAllUsers="true"
|
||||
android:finishOnTaskLaunch="true"
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
|
||||
android:visibleToInstantApps="true">
|
||||
</activity>
|
||||
|
||||
<activity android:name=".controls.management.ControlsFavoritingActivity"
|
||||
android:theme="@style/Theme.ControlsManagement"
|
||||
android:excludeFromRecents="true"
|
||||
|
||||
Reference in New Issue
Block a user