Loading packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java +45 −52 Original line number Diff line number Diff line Loading @@ -556,10 +556,6 @@ public class SettingsProvider extends ContentProvider { } } // Okay, permission checks have cleared. Reset to our own identity so we can // manipulate all users' data with impunity. long oldId = Binder.clearCallingIdentity(); try { // Note: we assume that get/put operations for moved-to-global names have already // been directed to the new location on the caller side (otherwise we'd fix them // up here). Loading Loading @@ -607,9 +603,6 @@ public class SettingsProvider extends ContentProvider { } else { Slog.w(TAG, "call() with invalid method: " + method); } } finally { Binder.restoreCallingIdentity(oldId); } return null; } Loading Loading
packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java +45 −52 Original line number Diff line number Diff line Loading @@ -556,10 +556,6 @@ public class SettingsProvider extends ContentProvider { } } // Okay, permission checks have cleared. Reset to our own identity so we can // manipulate all users' data with impunity. long oldId = Binder.clearCallingIdentity(); try { // Note: we assume that get/put operations for moved-to-global names have already // been directed to the new location on the caller side (otherwise we'd fix them // up here). Loading Loading @@ -607,9 +603,6 @@ public class SettingsProvider extends ContentProvider { } else { Slog.w(TAG, "call() with invalid method: " + method); } } finally { Binder.restoreCallingIdentity(oldId); } return null; } Loading