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

Commit a7b267b8 authored by Tim Kilbourn's avatar Tim Kilbourn Committed by Android Git Automerger
Browse files

am 0f3a98f5: DO NOT MERGE Hide isGame manifest attribute.

* commit '0f3a98f5':
  DO NOT MERGE Hide isGame manifest attribute.
parents ddaacaa7 0f3a98f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>
    
+0 −1
Original line number Diff line number Diff line
@@ -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>