Guest User

Untitled

a guest
Dec 12th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.51 KB | None | 0 0
  1. Contents of /etc/perf/whiteliistedapps.xml in a Oneplus 3 (Confidential and Proprietary - Qualcomm Technologies, Inc.)
  2.  
  3.  
  4. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  5.  
  6. <!--
  7. /* Copyright (c) 2017 Qualcomm Technologies, Inc.
  8. * All Rights Reserved.
  9. * Confidential and Proprietary - Qualcomm Technologies, Inc.
  10. *
  11. * Copyright (c) 2015, The Linux Foundation. All rights reserved.
  12. */
  13. -->
  14.  
  15. <AppCatalog>
  16.     <ResolutionOverrideApps>
  17.  
  18.     <!-- In AppAttributes, PackageName is must.
  19.         ActivityName and VersionCode are optional and can be used to
  20.        further restrict the whitelisting in terms of when and where to apply
  21.  
  22.        1. <AppAttributes PackageName="com.imangi.templerun" />
  23.            Straight forward whitelisting when activityTrigger is called with this PackageName
  24.        2. <AppAttributes PackageName="com.imangi.templerun"
  25.                          ActivityName="com.unity3d.player.UnityPlayerProxyActivity" />
  26.            Updating ApplicationInfo to override the resolution is done when activityTrigger
  27.            is called with both the above PackageName and ActivityName
  28.        3. <AppAttributes PackageName="com.imangi.templerun"
  29.                          VersionCode="11" />
  30.            Same as (1) but happens when app is of verionCode 11
  31.        4. <AppAttributes PackageName="com.imangi.templerun"
  32.                          ActivityName="com.unity3d.player.UnityPlayerProxyActivity"
  33.                          VersionCode="11" />
  34.            Same as (2) but happens when app is of versionCode 11
  35.     -->
  36.  
  37.         <AppAttributes
  38.            PackageName="com.imangi.templerun"
  39.            ActivityName="com.unity3d.player.UnityPlayerProxyActivity" />
  40.  
  41.         <AppAttributes
  42.            PackageName="com.imangi.templerun2"
  43.            ActivityName="com.prime31.UnityPlayerProxyActivity" />
  44.  
  45.         <AppAttributes
  46.            PackageName="com.rovio.angrybirds"/>
  47.  
  48.         <AppAttributes
  49.            PackageName="com.supercell.clashofclans"/>
  50.  
  51.     </ResolutionOverrideApps>
  52.     <GameTriggerApps>
  53.     </GameTriggerApps>
  54.     <AnimTriggerApps>
  55.         <AppAttributes
  56.            PackageName="com.tencent.mm"
  57.            ActivityName="com.tencent.mm.plugin.luckymoney.ui.LuckyMoneyReceiveUI"
  58.            WindowAnimationScale = "0"
  59.            TransitionAnimationScale = "0"
  60.            AnimatorDurationScale = "0" />
  61.     </AnimTriggerApps>
  62.     <NetTriggerApps>
  63.         <AppAttributes
  64.            PackageName="com.tencent.mm" />
  65.     </NetTriggerApps>
  66. </AppCatalog>
Add Comment
Please, Sign In to add comment