mirror of
https://github.com/bez4pieci/Phonegap-Cookies-Plugin
synced 2026-05-25 00:03:21 +08:00
Update description
Pretty sure this wasn't the Cordova device plugin :) Good work, nice idea
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="com.bez4pieci.cookies" version="0.0.1">
|
id="com.bez4pieci.cookies" version="0.0.1">
|
||||||
<name>Cookies</name>
|
<name>Cookies</name>
|
||||||
<description>Cordova Device Plugin</description>
|
<description>Phonegap/Cordova plugin that allows you to clear cookies of the webview. Use it for logging out the user, restart analytics session etc.</description>
|
||||||
<license>MIT</license>
|
<license>MIT</license>
|
||||||
<keywords>cordova,phonegap,cookies</keywords>
|
<keywords>cordova,phonegap,cookies</keywords>
|
||||||
|
|
||||||
@@ -35,4 +35,4 @@
|
|||||||
|
|
||||||
<source-file src="src/android/Cookies.java" target-dir="com/bez4pieci/cookies" />
|
<source-file src="src/android/Cookies.java" target-dir="com/bez4pieci/cookies" />
|
||||||
</platform>
|
</platform>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user