Advertisement
gartimusprime01

Untitled

Sep 16th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. arth@gartimusprime:~/android/Nougat/frameworks/base > git log
  2. commit 99391bff32cf4fbeb8c7db031bc2227ea52cb6db
  3. Author: Shane Francis <bigbeeshane@gmail.com>
  4. Date: Fri May 12 14:41:11 2017 +0100
  5.  
  6. Fix permissions for CTS [1/2]
  7.  
  8. * Rename old MODIFY_OVERLAYS to oms.permission.MODIFY_OVERLAYS
  9. * Restrict MODIFY_OVERLAYS to system or signature
  10.  
  11. Change-Id: I094ef303b7026342459d4981677837835f500e22
  12.  
  13. commit f4a050c78c2e34401d5619b90c7f5911589dcd74
  14. Author: mickybart <mickybart@pygoscelis.org>
  15. Date: Sat Nov 19 19:05:05 2016 -0500
  16.  
  17. OMS: StrictMode and files under /data/system/theme/
  18.  
  19. Themes are using /data/system/theme/ to push some files like LowBattery.ogg (audio notification)
  20. When the device battery trigger the low battery state, the sound is not played due
  21. to StrictMode and SystemUI is crashing.
  22.  
  23. So we need that StrictMode authorize files under /system OR /data/system/theme
  24.  
  25. Logcat of the issue:
  26.  
  27. E AndroidRuntime: Caused by: android.os.FileUriExposedException: file:///data/system/theme/audio/ui/LowBattery.ogg exposed beyond
  28. E AndroidRuntime: at android.os.StrictMode.onFileUriExposed(StrictMode.java:1799)
  29. E AndroidRuntime: at android.net.Uri.checkFileUriExposed(Uri.java:2346)
  30. E AndroidRuntime: at android.app.NotificationManager.notifyAsUser(NotificationManager.java:300)
  31.  
  32. Change-Id: I154dc4280de8eaf891772a9632283e9f547f5718
  33. (cherry picked from commit 838f6466d39a100f9709ac253a6d7358ca66829f)
  34.  
  35. commit b3b2148865567d8367e6416f3a45718b084b50fc
  36. Author: Ivan Iskandar <iiiiskandar14@gmail.com>
  37. Date: Tue Apr 18 11:16:21 2017 +0200
  38.  
  39. Add protected broadcast for app crash broadcast
  40.  
  41. Change-Id: I85a1d73343df817944be007c0c696c05377a586d
  42.  
  43. commit bb1998aa5fdf90723a68b7e7fea96a4dce267c49
  44. Author: Randall Rushing <randall.rushing@gmail.com>
  45. Date: Sun Jan 10 12:09:58 2016 -0800
  46.  
  47. Themes: Allow volume slider and thumb to work with custom images.
  48.  
  49. Credit Bryan Owens for giving guidance on what was needed.
  50.  
  51. Change-Id: I862008d1b433666333a4c77904b44a05e70472a2
  52.  
  53. commit 130c0c794c7b15a36c1ac852116324455968f9f8
  54. Author: bigrushdog <randall.rushing@gmail.com>
  55. Date: Tue Apr 11 01:01:04 2017 -0700
  56.  
  57. Separate tile label color from icon drawable color
  58.  
  59. Sometimes it is desirable to override default icon tinting with
  60. transparent tinting. However, doing so makes the label text
  61. invisible. Allow themes to specify their own label color in this
  62. case.
  63.  
  64. Change-Id: I9af2002929e41144469050a864c0eca243e32339
  65. :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement