Todas las Noticias en Películas, Avances de Películas y Reseñas.

La nueva actualización de Play Store (7.7.17) brinda más seguridad a las aplicaciones instaladas desde fuentes desconocidas

La tienda Google Play está recibiendo otra actualización fantasma en la que hay un impulso significativo en la actualización de la versión, pero no hay cambios visibles en la aplicación. La nueva actualización lleva la versión de Play Store a la 7.7.17 desde la anterior 7.7.09, y ahora también usa las API de Android O.

Analizamos el código de la nueva Play Store y encontramos algunos cambios realmente interesantes con respecto a la seguridad de las aplicaciones instaladas desde fuentes desconocidas. Echar un vistazo:

Nuevas comprobaciones y advertencias de verificación de APK

La nueva versión de Play Store tiene una larga lista de comprobaciones y advertencias de verificación de aplicaciones. Y esto se refleja en la cantidad de tiempo que lleva instalar un archivo APK en comparación con las versiones anteriores de Play Store.

Play Store ahora bloqueará y le notificará todo mal comportamiento conocido de aplicaciones como las siguientes:

<string name="verify_apps_block_backdoor">This app lets hackers control your device, giving them unauthorized access to your data.</string>
<string name="verify_apps_block_commercial_spyware">This app can be used to spy on you.</string>
<string name="verify_apps_block_ddos">This app can be used to perform denial of service attacks against other systems and resources.</string>
<string name="verify_apps_block_generic_malware">This app can damage your device, add hidden charges to your mobile bill, or steal your personal information.</string>
<string name="verify_apps_block_harmful_distribution">"This app is being installed by another app that's known to be harmful."</string>
<string name="verify_apps_block_hostile_downloader">This app can download potentially harmful apps.</string>
<string name="verify_apps_block_phishing">This app is fake. It can steal your personal data, such as passwords.</string>
<string name="verify_apps_block_privilege_escalation">This app can permanently damage your device or cost you money.</string>
<string name="verify_apps_block_ransomware">This app can restrict access to your device until a sum of money is paid.</string>
<string name="verify_apps_block_rooting_malware">"This app contains code that attempts to bypass Android's security protections."</string>
<string name="verify_apps_block_sms_fraud">This app can add charges to your mobile bill by sending costly SMS messages without informing you first.</string>
<string name="verify_apps_block_spam">This app can be used to flood targeted tablets, PCs, and mobile phones with messages.</string>
<string name="verify_apps_block_spyware">This app can spy on you by sending your personal data to unauthorized parties.</string>
<string name="verify_apps_block_trojan">This app is fake. It can damage your device and steal your data.</string>
<string name="verify_apps_warn_backdoor">This app lets hackers control your device, giving them unauthorized access to your data.</string>
<string name="verify_apps_warn_call_fraud">This app can add charges to your mobile bill by making costly calls without informing you first.</string>
<string name="verify_apps_warn_commercial_spyware">This app can be used to spy on you.</string>
<string name="verify_apps_warn_data_collection">This app can collect data that may be used to track you.</string>
<string name="verify_apps_warn_ddos">This app can be used to perform denial of service attacks against other systems and resources.</string>
<string name="verify_apps_warn_generic_malware">This app can damage your device, add hidden charges to your mobile bill, or steal your personal information.</string>
<string name="verify_apps_warn_harmful_distribution">"This app is being installed by another app that's known to be harmful."</string>
<string name="verify_apps_warn_harmful_site">This app comes from a website that distributes potentially harmful apps.</string>
<string name="verify_apps_warn_hostile_downloader">This app can download potentially harmful apps.</string>
<string name="verify_apps_warn_non_android_threat">This app can harm non-Android devices.</string>
<string name="verify_apps_warn_phishing">This app is fake. It can steal your personal data, such as passwords.</string>
<string name="verify_apps_warn_privilege_escalation">This app can permanently damage your device or cost you money.</string>
<string name="verify_apps_warn_ransomware">This app can restrict access to your device until a sum of money is paid.</string>
<string name="verify_apps_warn_rooting">"This app contains code that attempts to bypass Android's security protections."</string>
<string name="verify_apps_warn_sms_fraud">This app can add charges to your mobile bill by sending costly SMS messages without informing you first.</string>
<string name="verify_apps_warn_spam">This app can be used to flood targeted tablets, PCs, and mobile phones with messages.</string>
<string name="verify_apps_warn_spyware">This app can spy on you by sending your personal data to unauthorized parties.</string>
<string name="verify_apps_warn_toll_fraud">This app can add charges to your mobile bill without asking you first.</string>
<string name="verify_apps_warn_trojan">This app is fake. It can damage your device and steal your data.</string>
<string name="verify_apps_warn_uncommon">This app can harm your device, add unwanted charges to your mobile bill, or expose your personal information.</string>
<string name="verify_apps_warn_windows_malware">This app can harm a device running Windows.</string>

Además, si instala una aplicación por archivo APK cuando no hay conexión a Internet en su dispositivo. Play Store ahora verificará esa aplicación cuando la conexión a Internet vuelva a estar en su dispositivo. El siguiente código revela esta información:

<string name="verify_app_install_offline">Security scan will run when next online</string>
<string name="verify_app_install_scanning">Verify apps is scanning...</string>
<string name="verify_app_no_issues_found_banner">No issues were found</string>

Bloquear actualizaciones de aplicaciones de fuentes desconocidas

Play Store ahora notificará a los usuarios cuando las aplicaciones sean actualizadas por fuentes desconocidas. Esto incluye aplicaciones que instalan actualizaciones directamente desde sus propios servidores, no desde Play Store.

<string name="speedbump_settings_description">Notify when apps are updated by unknown sources</string>
<string name="speedbump_settings_label">Protect my updates</string>

Más referencia de la característica:

<string name="package_speedbump_banner">Update is from an unverified source.</string>
<string name="package_speedbump_dialog_description">You installed this app from %1$s. %2$s is trying to update it. If you install this update, the app or your device might not work properly.</string>
<string name="package_speedbump_dialog_detailed_description">Updates that come from unverified sources could cause your device or apps to behave unpredictably. To keep your device stable, install updates from the same app store where you got the app from.</string>
<string name="package_speedbump_dont_update_text">"DON'T UPDATE"</string>
<string name="package_speedbump_headsup_action_view_app">VIEW APP</string>
<string name="package_speedbump_headsup_description">"You'll still get verified updates from %1$s"</string>
<string name="package_speedbump_headsup_title">Unsafe update blocked</string>
<string name="package_speedbump_install_anyway">Install anyway</string>

Asistente de actualización automática en Mis aplicaciones

Se menciona la asistencia de actualización automática para la sección Mis aplicaciones en Play Store. Esto probablemente traerá el cambio de actualización automática a la sección Mis aplicaciones en la aplicación.

<string name="myapps_auto_update_assist_enable_button">TURN ON</string>
<string name="myapps_auto_update_assist_enabled_toast">Auto-update is turned on</string>
<string name="myapps_auto_update_assist_enabled_toast_undo">Undo</string>
<string name="myapps_auto_update_assist_message">Updates bring you the best new features. We will only update apps over Wi-Fi.</string>
<string name="myapps_auto_update_assist_title">Keep your apps up-to-date</string>

El widget de Play Store se ha ido

El viejo y pequeño widget de Play Store 2 x 2 que solía dar sugerencias (uno por uno) para aplicaciones y juegos, ya no está. Play Store ahora solo tiene dos widgets: ‘Reproducir – Mi biblioteca’ y ‘Recomendaciones de reproducción’.

Izquierda: Antiguo | Derecha: Nuevo

Seguiremos investigando para obtener más información sobre estas nuevas funciones en Play Store. Al parecer, no todas estas nuevas características están implementadas en Play Store todavía, algunas de ellas podrían ser características específicas de Android O que podrían lanzarse con el lanzamiento de Android O Developer Preview 2.

Recomendado:  ¿La RAM será más cara debido a ChatGPT (y otra IA)?

Aquellos de ustedes que aún no han recibido la nueva actualización de Play Store (v7.7.17), pueden obtener el archivo APK de nuestra página de descargas a continuación:

→ Descargar la Play Store de APK