Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ef21b8e authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch 'epic6-s-icon-redesign' into 'v1-s'

BlissLauncher3 related changes

See merge request !134
parents b68a9746 b740244a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -23,9 +23,8 @@ PRODUCT_PACKAGES += \
    GsfProxy \
    FakeStore \
    Mail \
    BlissLauncher \
    BlissIconPack \
    OpenWeatherMapWeatherProvider \
    BlissLauncher3 \
    BlissWeather \
    AccountManager \
    Camera \
    eDrive \
@@ -39,7 +38,6 @@ PRODUCT_PACKAGES += \
    Apps \
    PwaPlayer \
    AdvancedPrivacy \
    WeatherProvider \
    SplitInstallService \
    WebCalendarManager \
    Talkback \
+7 −0
Original line number Diff line number Diff line
@@ -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>
+14 −0
Original line number Diff line number Diff line
@@ -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>
+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>
+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>