Home Technology peripherals It Industry Australian regulators call for new digital platform competition laws to deal with rapid expansion of Apple, Google and others

Australian regulators call for new digital platform competition laws to deal with rapid expansion of Apple, Google and others

Nov 27, 2023 pm 12:47 PM
Google apple competition law

News from this website on November 27, according to Reuters, Australia’s competition regulator stated that new competition laws are needed to cope with the rapid expansion of digital platforms such as Amazon, Apple, Google, and Meta in the country.

In its latest digital platform services inquiry report, the Australian Competition and Consumer Commission (ACCC) said the expansion of these platforms increases the risk that they engage in harmful behavior, such as invasive data collection and locking out customers and restricting They choose other behaviors.

Australian regulators call for new digital platform competition laws to deal with rapid expansion of Apple, Google and others

Gina Cass-Gottlieb, as chairperson of the ACCC, said: “We have proposed a reform plan. These include calls for targeted consumer protection and service-specific regulations to avoid anti-competitive behavior on specific digital platforms."

This site notes that digital platforms with huge market influence can use Practices such as product bundling, pre-installation, and default settings limit customer choice or prevent competitors from innovating.

Advertising statement: The external jump links (including but not limited to hyperlinks, QR codes, passwords, etc.) contained in the article are used to convey more information and save selection time. The results are for reference only. All articles on the site contain this statement.

The above is the detailed content of Australian regulators call for new digital platform competition laws to deal with rapid expansion of Apple, Google and others. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1240
24
Multi-party certification: iPhone 17 standard version will support high refresh rate! For the first time in history! Multi-party certification: iPhone 17 standard version will support high refresh rate! For the first time in history! Apr 13, 2025 pm 11:15 PM

Apple's iPhone 17 may usher in a major upgrade to cope with the impact of strong competitors such as Huawei and Xiaomi in China. According to the digital blogger @Digital Chat Station, the standard version of iPhone 17 is expected to be equipped with a high refresh rate screen for the first time, significantly improving the user experience. This move marks the fact that Apple has finally delegated high refresh rate technology to the standard version after five years. At present, the iPhone 16 is the only flagship phone with a 60Hz screen in the 6,000 yuan price range, and it seems a bit behind. Although the standard version of the iPhone 17 will have a high refresh rate screen, there are still differences compared to the Pro version, such as the bezel design still does not achieve the ultra-narrow bezel effect of the Pro version. What is more worth noting is that the iPhone 17 Pro series will adopt a brand new and more

Is there any mobile app that can convert XML into PDF? Is there any mobile app that can convert XML into PDF? Apr 02, 2025 pm 08:54 PM

An application that converts XML directly to PDF cannot be found because they are two fundamentally different formats. XML is used to store data, while PDF is used to display documents. To complete the transformation, you can use programming languages ​​and libraries such as Python and ReportLab to parse XML data and generate PDF documents.

How to accurately realize the small label effect in the design draft on the mobile terminal? How to accurately realize the small label effect in the design draft on the mobile terminal? Apr 04, 2025 pm 11:36 PM

How to achieve the effect of small labels in the design draft on the mobile terminal? When designing mobile applications, it is common to find out how to accurately restore the small label effect in the design draft...

How to convert XML to PDF on iPhone? How to convert XML to PDF on iPhone? Apr 02, 2025 pm 10:15 PM

The feasible solutions to convert XML to PDF on Apple phones are: Cloud conversion: upload XML to cloud server for conversion, and then download the generated PDF back to your phone. Advantages: No local processing required, large XML files can be processed. Disadvantages: Network connection is required, and there are security issues. Using a third-party app (indirect conversion): Use the App to export XML to intermediate format (such as CSV), and then use other apps to convert intermediate format to PDF. Disadvantages: Inefficient and error-prone. Jailbreak (not recommended): After jailbreak, you can install command line tools for local conversion. The risk is extremely high and will affect stability and safety.

E-commerce platform SKU and SPU database design: How to take into account both user-defined attributes and attributeless products? E-commerce platform SKU and SPU database design: How to take into account both user-defined attributes and attributeless products? Apr 19, 2025 pm 11:27 PM

Detailed explanation of the design of SKU and SPU tables on e-commerce platforms This article will discuss the database design issues of SKU and SPU in e-commerce platforms, especially how to deal with user-defined sales...

How to convert specific data in XML into pictures? How to convert specific data in XML into pictures? Apr 02, 2025 pm 08:15 PM

Convert XML data to images can be used in Python, using the Pillow library for image processing and the xml.etree.ElementTree library to parse XML. The core process is: parse XML, create blank images, draw text and load pictures through the Pillow library, and save output. It is necessary to adjust the image size, color, font and other parameters according to actual conditions. Advanced usage can add charts and use multi-threading to optimize performance.

What is the relationship between NULL and 0 in C language What is the relationship between NULL and 0 in C language Apr 03, 2025 am 11:54 AM

NULL is usually defined as a null pointer constant with a value of 0, but they are not exactly equivalent. Mixing them can potentially risk, leading to imperceptible bugs. A pointer is used to store memory addresses, and NULL means that the pointer does not point to a valid memory area. And 0 itself is an integer, which can be interpreted as a null pointer in some cases, but lacks clarity. The function of a null pointer is to mark that the pointer does not currently point to any valid memory address, which is crucial in case of function parameter checking, dynamic memory allocation, linked list operations and error handling. Although NULL is usually converted to 0, any operation on the NULL pointer will cause the program to crash. Always check the validity of pointers, develop good programming habits, and use NU

Who invented the mac system Who invented the mac system Apr 12, 2025 pm 05:12 PM

The macOS operating system was invented by Apple. Its predecessor, System Software, was launched in 1984. After many iterations, it was updated to Mac OS X in 2001 and changed its name to macOS in 2012.

See all articles