diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index c5c9dee7a6fe4..6ca37364a2b1b 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4851,6 +4851,21 @@ + Australian TV Classification + CTC + G + PG + M + MA 15+ + R 18+ + X 18+ + This has advertising approval, but is not yet classified. + The content is very mild in impact, and suitable for everyone. + The content is mild in impact, but it may contain content that children find confusing or upsetting and may require the guidance or parents and guardians. + The content is moderate in impact, and it is recommended for teenagers aged 15 years and over. + The content is strong in impact, and it is legally restricted to persons 15 years and over. + The content is high in impact, and it is restricted to adults. + The content is restricted to adults. This classification is a special and legally restricted category which contains only sexually explicit content. diff --git a/core/res/res/xml/tv_content_rating_systems.xml b/core/res/res/xml/tv_content_rating_systems.xml index 075315a6a4529..8c1112402a8ff 100644 --- a/core/res/res/xml/tv_content_rating_systems.xml +++ b/core/res/res/xml/tv_content_rating_systems.xml @@ -22,6 +22,46 @@ + + + + + + + + + + + + + + + + + diff --git a/media/java/android/media/tv/TvContentRating.java b/media/java/android/media/tv/TvContentRating.java index a1b5a6b6427fe..fdaa408efd0d8 100644 --- a/media/java/android/media/tv/TvContentRating.java +++ b/media/java/android/media/tv/TvContentRating.java @@ -96,10 +96,10 @@ import java.util.List; * AR_TV * * - * + * Australian TV Classification + * * - * + * + * AU_TV_CTC + * A rating string for {@code AU_TV}. The content has been assessed and approved for + * advertising unclassified films. Any advertising of unclassified films must display the + * CTC message. + * + * + * AU_TV_G + * A rating string for {@code AU_TV}. The content is very mild in impact. The G + * classification is suitable for everyone. G products may contain classifiable elements + * such as language and themes that are very mild in impact. However, some G-classified + * films may contain content that is not of interest to children. + * + * + * AU_TV_PG + * A rating string for {@code AU_TV}. The content is mild in impact. The impact of PG + * (Parental Guidance) classified films should be no higher than mild, but they may contain + * content that children find confusing or upsetting and may require the guidance or parents + * and guardians. They may, for example, contain classifiable elements such as language and + * themes that are mild in impact. It is not recommended for viewing or playing by persons + * under 15 without guidance from parents or guardians. + * + * + * AU_TV_M + * A rating string for {@code AU_TV}. The content is moderate in impact. Films + * classified M (Mature) contain content of a moderate impact and are recommended for + * teenagers aged 15 years and over. Children under 15 may legally access this material + * because it is an advisory category. However, M classified films may include classifiable + * elements such as violence and nudity of moderate impact that are not recommended for + * children under 15 years. Parents and guardians may need to find out more about the film’s + * specific content, before deciding whether the material is suitable for their child. + * + * + * AU_TV_MA16 + * A rating string for {@code AU_TV}. The content is strong in impact. MA 15+ classified + * material contains strong content and is legally restricted to persons 15 years and over. + * It may contain classifiable elements such as sex scenes and drug use that are strong in + * impact. A person may be asked to show proof of their age before hiring or purchasing an + * MA 15+ film. Cinema staff may also request that the person show proof of their age before + * allowing them to watch an MA 15+ film. Children under the age of 15 may not legally + * watch, buy or hire MA 15+ classified material unless they are in the company of a parent + * or adult guardian. Children under 15 who go to the cinema to see an MA 15+ film must be + * accompanied by a parent or adult guardian for the duration of the film. The parent or + * adult guardian must also purchase the movie ticket for the child. The guardian must be + * an adult exercising parental control over the person under 15 years of age. The guardian + * needs to be 18 years or older. + * + * + * AU_TV_R18 + * A rating string for {@code AU_TV}. The content is high in impact. R 18+ classified + * material is restricted to adults. Such material may contain classifiable elements such as + * sex scenes and drug use that are high in impact. Some material classified R18+ may be + * offensive to sections of the adult community. A person may be asked for proof of their + * age before purchasing, hiring or viewing R18+ films at a retail store or cinema. + * + * + * AU_TV_X18 + * A rating string for {@code AU_TV}. X 18+ films are restricted to adults. This + * classification is a special and legally restricted category which contains only sexually + * explicit content. That is, material which shows actual sexual intercourse and other + * sexual activity between consenting adults. X18+ films are only available for sale or hire + * in the ACT and the NT. + * * * - *