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

Commit e47d1cf5 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

LineageParts: Remove LineageOS stats collection support completely

parent a20e3a53
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -17,9 +17,6 @@

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Metrics server endpoint -->
    <string name="stats_lineage_url">https://stats.lineageos.org/api/v1/stats</string>

    <!-- When true, weather options will be displayed in settings dashboard -->
    <bool name="config_showWeatherMenu">true</bool>

+0 −22
Original line number Diff line number Diff line
@@ -541,28 +541,6 @@
                 <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>

    <!-- Anonymous Statistics #Lineage -->
    <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
    <string name="anonymous_statistics_title">LineageOS statistics</string>
    <string name="anonymous_statistics_summary">Help make LineageOS better by opting into anonymous statistics reporting</string>
    <string name="anonymous_statistics_warning_title">About</string>
    <string name="anonymous_statistics_warning">Opting into LineageOS Statistics will allow non-personal data to be submitted to the
        developers of LineageOS to track unique installations across devices. The information submitted includes an unique identifier,
        which does not compromise your privacy or personal data. The data is submitted during each boot.\n\nFor an example of the data that is submitted, tap on Preview Data.</string>
    <string name="enable_reporting_title">Enable reporting</string>
    <string name="preview_data_title">Preview data</string>
    <string name="view_stats_title">View stats</string>
    <string name="anonymous_learn_more">Learn more</string>

    <!-- Anonymous Statistics - Preview -->
    <string name="preview_id_title">Unique ID</string>
    <string name="preview_device_title">Device</string>
    <string name="preview_version_title">Version</string>
    <string name="preview_country_title">Country</string>
    <string name="preview_carrier_title">Carrier</string>
    <string name="stats_collection_title">Stats collection</string>
    <string name="stats_collection_summary">Allow installation metrics and device statistics to be collected</string>

    <!-- Display : Rotation  -->
    <string name="accelerometer_title">Auto-rotate screen</string>
    <string name="display_rotation_title">Rotation settings</string>

res/xml/preview_data.xml

deleted100644 → 0
+0 −52
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod 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.
-->

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/preview_data_title">

    <Preference
        android:key="preview_id"
        style="?android:preferenceInformationStyle"
        android:title="@string/preview_id_title"
        android:summary="%s" />

    <Preference
        android:key="preview_device"
        style="?android:preferenceInformationStyle"
        android:title="@string/preview_device_title"
        android:summary="%s" />

    <Preference
        android:key="preview_version"
        style="?android:preferenceInformationStyle"
        android:title="@string/preview_version_title"
        android:summary="%s" />

    <Preference
        android:key="preview_country"
        style="?android:preferenceInformationStyle"
        android:title="@string/preview_country_title"
        android:summary="%s" />

    <Preference
        android:key="preview_carrier"
        style="?android:preferenceInformationStyle"
        android:title="@string/preview_carrier_title"
        android:summary="%s" />

</PreferenceScreen>