13 lines
240 B
XML
13 lines
240 B
XML
<manifest
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
|
|
<activity
|
|
android:name=".tracker.ui.debug.TrackerDebugActivity"
|
|
android:label="@string/check_for_new_chapters" />
|
|
|
|
</application>
|
|
|
|
</manifest>
|