apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 209 forks source link

Remove value of a certain key #23

Closed jakemonton closed 9 years ago

jakemonton commented 9 years ago

I would like to remove values for my email address and password values to null, but how can I reset it into null values or an empty string?

I thought there's method for removing values or for a certain key.

apla commented 9 years ago

I have only android code to remove a preference. You can make a pull request to add cordova call for key removal.

But I don't understand your use case. If you don't want to store something in preferences, just don't store it.