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

Commit 966269ee authored by Fan Zhang's avatar Fan Zhang
Browse files

Add default name and icon

Bug: 65688593
Test: rebuild
Change-Id: I40ecf49dee632fe3563684f553c97d78907fa7ff
parent c4887f6b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@
    <uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

    <application>
    <application
        android:label="@string/app_name_settings_intelligence"
        android:icon="@drawable/ic_launcher_settings_intelligence">
        <service
            android:name=".suggestions.SuggestionService"
            android:exported="true"
+20 −0
Original line number Diff line number Diff line
<!--
  Copyright (C) 2017 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.
  -->

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/launcher_background_color" />
    <foreground android:drawable="@mipmap/ic_launcher_settings_intelligence" />
</adaptive-icon>
 No newline at end of file
+9.72 KiB
Loading image diff...
+5.34 KiB
Loading image diff...
+11.9 KiB
Loading image diff...
Loading