aconfig: Drop use_media_router2_for_info_media_manager

It is now enabled by default on ap3a.

Change-Id: I95f409dda6c603da39b3654e94c28156011d6e47
This commit is contained in:
Arian 2024-09-06 11:36:07 +02:00 committed by Bartłomiej Rudecki
parent 52d0ea80f8
commit 310ade8551
Signed by: przekichane
GPG key ID: 751F23C6F014EF76
3 changed files with 0 additions and 29 deletions

View file

@ -16,6 +16,5 @@
aconfig_value_set {
name: "aconfig_value_set-tequila-ap3a",
values: [
"aconfig-values-ap3a-com.android.settingslib.media.flags-all",
],
}

View file

@ -1,22 +0,0 @@
//
// Copyright 2024 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
aconfig_values {
name: "aconfig-values-ap3a-com.android.settingslib.media.flags-all",
package: "com.android.settingslib.media.flags",
srcs: [
"*_flag_values.textproto",
],
}

View file

@ -1,6 +0,0 @@
flag_value {
package: "com.android.settingslib.media.flags"
name: "use_media_router2_for_info_media_manager"
state: ENABLED
permission: READ_WRITE
}