DO NOT MERGE Hide isGame manifest attribute.

Bug: 14116162
Change-Id: I72a0210124f22009914a860097e286c5ea9af345
This commit is contained in:
Tim Kilbourn
2014-05-05 16:54:30 -07:00
parent 37c954c044
commit 0f3a98f5c9
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@
content providers. -->
<attr name="exported" format="boolean" />
<!-- A boolean flag used to indicate if an application is a Game or not.
<!-- @hide A boolean flag used to indicate if an application is a Game or not.
<p>This information can be used by the system to group together
applications that are classified as games, and display them separately
from the other applications. -->
@@ -980,6 +980,7 @@
any accounts. The type should correspond to the account authenticator type, such as
"com.google". -->
<attr name="requiredAccountType" format="string"/>
<!-- @hide -->
<attr name="isGame" />
</declare-styleable>

View File

@@ -2094,6 +2094,5 @@
<public type="attr" name="banner" id="0x10103f2" />
<public type="attr" name="windowSwipeToDismiss" id="0x10103f3" />
<public type="attr" name="isGame" id="0x10103f4" />
<public type="attr" name="allowEmbedded" id="0x10103f5" />
</resources>