Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Fixed on demand transparency
Browse files Browse the repository at this point in the history
Reffs #1755
  • Loading branch information
M66B committed Jun 26, 2014
1 parent 7c41a1c commit eeb45d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Changelog

* Fixed all problems reported through the support info
* Thanks for sending all the support info!
* Fixed on demand transparency ([issue](/../../issues/1755))

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

Expand Down
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,7 @@ public void run() {
try {
// Dialog view
holder.dialog = getOnDemandView(restriction, hook, appInfo, result, context, latch);
holder.dialog.setBackgroundResource(android.R.color.background_dark);

// Dialog parameters
WindowManager.LayoutParams params = new WindowManager.LayoutParams();
Expand Down

0 comments on commit eeb45d5

Please sign in to comment.