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

Unverified Commit 224af315 authored by Joey's avatar Joey Committed by Kevin F. Haggerty
Browse files

Change app name to Trebuchet



Change-Id: I8ba76d0073091e91d76b1344a7dce0993a043475
Signed-off-by: default avatarJoey <joey@lineageos.org>
parent aa06702b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -110,10 +110,10 @@
        -->
        <provider
            android:name="com.android.launcher3.LauncherProvider"
            android:authorities="org.lineageos.trebuchet.settings"
            android:authorities="com.android.launcher3.settings"
            android:exported="true"
            android:writePermission="org.lineageos.trebuchet.permission.WRITE_SETTINGS"
            android:readPermission="org.lineageos.trebuchet.permission.READ_SETTINGS" />
            android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS"
            android:readPermission="com.android.launcher3.permission.READ_SETTINGS" />

    </application>
</manifest>
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

    <!-- A string pointer to the original app name string. This allows derived projects to
     easily override the app name without providing all translations -->
    <string name="derived_app_name" translatable="false">@string/app_name</string>
    <string name="derived_app_name" translatable="false">@string/lineageos_app_name</string>

    <!-- String representing the intent for search on the apps market. To specify a query, add
    q=<query> to the data to the intent -->
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
     limitations under the License.
-->
<resources>
    <!-- Application name -->
    <string name="lineageos_app_name" translatable="false">Trebuchet</string>

    <!-- Settings -->