From 9c0f5f56d99483c7ed5a65fe604e3885c1db02d0 Mon Sep 17 00:00:00 2001 From: itzharDev Date: Thu, 1 Jun 2017 23:43:11 +0300 Subject: [PATCH] Update getting-started.md --- _includes/android/getting-started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_includes/android/getting-started.md b/_includes/android/getting-started.md index 77bfee19f..c2fec8a7c 100644 --- a/_includes/android/getting-started.md +++ b/_includes/android/getting-started.md @@ -64,3 +64,11 @@ public class App extends Application { } } ``` + +- **Option 3:** Setup `Application` as your application name in `AndroidManifest.xml` +```xml + + + +```