Remove addWhiteList from public API

This commit is contained in:
macdonst
2011-11-26 07:33:06 +08:00
parent 853a734f82
commit e02322b66b
3 changed files with 1 additions and 24 deletions
+1 -1
View File
@@ -1767,7 +1767,7 @@ public class DroidGap extends PhonegapActivity {
* @param origin URL regular expression to allow
* @param subdomains T=include all subdomains under origin
*/
public void addWhiteListEntry(String origin, boolean subdomains) {
private void addWhiteListEntry(String origin, boolean subdomains) {
try {
// Unlimited access to network resources
if(origin.compareTo("*") == 0) {