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

Commit 36f52659 authored by frankpreel's avatar frankpreel
Browse files

Some adjustements

parent 18cb6798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

    <!-- Find my device -->
    <string name="activate_find_my_device">Activate find my device</string>
    <string name="find_my_device_setup_title">Setup parental control</string>
    <string name="find_my_device_setup_title">Set up Find My Phone</string>
    <string name="find_my_device_setup_summary_part_1">Find my Phone will help you reveal this phone\'s location in case you can\'t find it.</string>
    <string name="find_my_device_setup_summary_part_2">Generate a secret code and simply send it to this device via SMS and it will automatically reply to your message with your phone\'s coordinates.</string>
</resources>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class FindMyDeviceActivity extends SubBaseActivity {
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        if (!SetupWizardUtils.simMissing(this) || !SetupWizardUtils.hasTelephony(this)) {
        if (!SetupWizardUtils.hasTelephony(this)) {
            // See LINEAGE_SIM_MISSING
            finishAction(RESULT_SKIP, new Intent().putExtra("onBackPressed", true));
            return;