Skip to content

Commit 050e91c

Browse files
authored
Update README.en.md
1 parent 6b740cf commit 050e91c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.en.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The Google Play Store `INSTALL_REFERRER` intent should be captured with a broadc
175175
<h3 id=application_setup>Initial configuration in the app</h3>
176176

177177
You need to initialize the Metrix SDK in `onCreate` method of your `Application`. If you do not already have a class `Application` in your project, create this class as below:<br>
178-
1. Initialize the Metrix according to the codes below: <br>
178+
Initialize the Metrix according to the codes below: <br>
179179

180180
<div dir=ltr>
181181

@@ -184,11 +184,7 @@ You need to initialize the Metrix SDK in `onCreate` method of your `Application`
184184

185185

186186
Replace `APP_ID` with your application id. You can find that in your Metrix's dashboard.
187-
188-
<h3 id=about_application_class>About the application class and initialization in this class</h3>
189-
190-
The Android gives developers the ability to run methods before the creation of any `activity` in the application class. Because counting the `session`, gathering `screen-flows` between `activities` and many other features of the SDK required them to work properly.
191-
187+
192188
<h2 id=methods>Additional features</h2>
193189

194190
<h3 id=session_event_description>Explain the concepts of event and session</h3>

0 commit comments

Comments
 (0)