Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Added Flynx and UC Browser to the whitelist
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Dec 8, 2015
1 parent 355b28e commit 1ad0f9e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ public static void Assert(boolean condition, String message) {
"com.apusapps.browser",
"com.apusapps.browser.turbo",
"com.onedepth.search",
"com.sec.android.app.sbrowser"
"com.sec.android.app.sbrowser",
"com.flynx",
"com.uc.browser.en"
};

public static float clamp(float v0, float v, float v1) {
Expand Down

0 comments on commit 1ad0f9e

Please sign in to comment.