OSDN Git Service

Revert "Revoke 'always' web handler status when not autoverifying"
[android-x86/frameworks-base.git] / services / core / java / com / android / server / pm / Settings.java
index ffaca69..5177995 100644 (file)
@@ -1319,7 +1319,6 @@ public final class Settings {
             return false;
         }
         ps.clearDomainVerificationStatusForUser(userId);
-        ps.setIntentFilterVerificationInfo(null);
         return true;
     }