Loading config/common.mk +2 −4 Original line number Diff line number Diff line Loading @@ -23,9 +23,8 @@ PRODUCT_PACKAGES += \ GsfProxy \ FakeStore \ Mail \ BlissLauncher \ BlissIconPack \ OpenWeatherMapWeatherProvider \ BlissLauncher3 \ BlissWeather \ AccountManager \ Camera \ eDrive \ Loading @@ -39,7 +38,6 @@ PRODUCT_PACKAGES += \ Apps \ PwaPlayer \ AdvancedPrivacy \ WeatherProvider \ SplitInstallService \ WebCalendarManager \ Talkback \ Loading config/permissions/eos-permissions.xml +7 −0 Original line number Diff line number Diff line Loading @@ -191,5 +191,12 @@ <permission name="android.permission.READ_PHONE_STATE" fixed="false"/> </exception> <exception package="foundation.e.blissweather"> <!-- Location --> <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/> <permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/> <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/> </exception> </exceptions> overlay/common/frameworks/base/core/res/res/values/config.xml +14 −0 Original line number Diff line number Diff line Loading @@ -56,4 +56,18 @@ without explicit consent of the user. If no accessibility service with the specified name exists on the device, the accessibility shortcut will be disabled by default. --> <string name="config_defaultAccessibilityService" translatable="false">app.talkbackfoss/com.google.android.marvin.talkback.TalkBackService</string> <!-- Component name for the activity that will be presenting the Recents UI, which will receive special permissions for API related to fetching and presenting recent tasks. The default configuration uses Launcehr3QuickStep as default launcher and points to the corresponding recents component. When using a different default launcher, change this appropriately or use the default systemui implementation: com.android.systemui/.recents.RecentsActivity --> <string name="config_recentsComponentName" translatable="false">foundation.e.blisslauncher/com.android.quickstep.RecentsActivity</string> <!-- This is the default launcher package with an activity to use on secondary displays that support system decorations. This launcher package must have an activity that supports multiple instances and has corresponding launch mode set in AndroidManifest. {@see android.view.Display#FLAG_SHOULD_SHOW_SYSTEM_DECORATIONS} --> <string name="config_secondaryHomePackage" translatable="false">foundation.e.blisslauncher</string> </resources> overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml 0 → 100644 +25 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- /* ** Copyright 2009, The Android Open Source Project ** ** 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. */ --> <!-- These resources are around just to allow their values to be customized for different hardware and product builds. --> <resources> <!-- Launcher package name for overlaying icons. --> <string name="launcher_overlayable_package" translatable="false">foundation.e.blisslauncher</string> </resources> overlay/no-rro/packages/apps/ThemePicker/res/values/strings.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <!-- Copyright (C) 2018 The Android Open Source Project 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. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="launcher_overlayable_package" translatable="false">foundation.e.blisslauncher</string> </resources> Loading
config/common.mk +2 −4 Original line number Diff line number Diff line Loading @@ -23,9 +23,8 @@ PRODUCT_PACKAGES += \ GsfProxy \ FakeStore \ Mail \ BlissLauncher \ BlissIconPack \ OpenWeatherMapWeatherProvider \ BlissLauncher3 \ BlissWeather \ AccountManager \ Camera \ eDrive \ Loading @@ -39,7 +38,6 @@ PRODUCT_PACKAGES += \ Apps \ PwaPlayer \ AdvancedPrivacy \ WeatherProvider \ SplitInstallService \ WebCalendarManager \ Talkback \ Loading
config/permissions/eos-permissions.xml +7 −0 Original line number Diff line number Diff line Loading @@ -191,5 +191,12 @@ <permission name="android.permission.READ_PHONE_STATE" fixed="false"/> </exception> <exception package="foundation.e.blissweather"> <!-- Location --> <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/> <permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/> <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/> </exception> </exceptions>
overlay/common/frameworks/base/core/res/res/values/config.xml +14 −0 Original line number Diff line number Diff line Loading @@ -56,4 +56,18 @@ without explicit consent of the user. If no accessibility service with the specified name exists on the device, the accessibility shortcut will be disabled by default. --> <string name="config_defaultAccessibilityService" translatable="false">app.talkbackfoss/com.google.android.marvin.talkback.TalkBackService</string> <!-- Component name for the activity that will be presenting the Recents UI, which will receive special permissions for API related to fetching and presenting recent tasks. The default configuration uses Launcehr3QuickStep as default launcher and points to the corresponding recents component. When using a different default launcher, change this appropriately or use the default systemui implementation: com.android.systemui/.recents.RecentsActivity --> <string name="config_recentsComponentName" translatable="false">foundation.e.blisslauncher/com.android.quickstep.RecentsActivity</string> <!-- This is the default launcher package with an activity to use on secondary displays that support system decorations. This launcher package must have an activity that supports multiple instances and has corresponding launch mode set in AndroidManifest. {@see android.view.Display#FLAG_SHOULD_SHOW_SYSTEM_DECORATIONS} --> <string name="config_secondaryHomePackage" translatable="false">foundation.e.blisslauncher</string> </resources>
overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml 0 → 100644 +25 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- /* ** Copyright 2009, The Android Open Source Project ** ** 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. */ --> <!-- These resources are around just to allow their values to be customized for different hardware and product builds. --> <resources> <!-- Launcher package name for overlaying icons. --> <string name="launcher_overlayable_package" translatable="false">foundation.e.blisslauncher</string> </resources>
overlay/no-rro/packages/apps/ThemePicker/res/values/strings.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <!-- Copyright (C) 2018 The Android Open Source Project 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. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="launcher_overlayable_package" translatable="false">foundation.e.blisslauncher</string> </resources>