From 6b86d249022d75ed4a78af95c7614da43fb16ad4 Mon Sep 17 00:00:00 2001 From: palamccc Date: Tue, 26 May 2015 15:43:42 +0530 Subject: [PATCH] removed android quirks section removed android quirks section in readme.md, its no longer required. --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/README.md b/README.md index 0fac16ab..0a26ac7a 100644 --- a/README.md +++ b/README.md @@ -96,39 +96,6 @@ Usage ``` -Quirks ------- - -### Android - -Parse needs to be initialized once in the `onCreate` method of your application class using the `initializeParseWithApplication` method. - -If you don’t have an application class (which is most likely the case for a Cordova app), you can create one using this template: - -```java -package my.package.namespace; - -import android.app.Application; -import org.apache.cordova.core.ParsePlugin; - -public class App extends Application { - - @Override - public void onCreate() { - super.onCreate(); - ParsePlugin.initializeParseWithApplication(this); - } - -} -``` - -And add your application name to `AndroidManifest.xml`: - -```xml -... -``` - - Compatibility ------------- Phonegap > 3.0.0