Skip to content
Snippets Groups Projects
Commit 8f99492b authored by Cedric-Salette's avatar Cedric-Salette
Browse files

README update.

parent ec079ccb
Branches yassine
No related tags found
No related merge requests found
To test the different activity you need to set them as the launcher activity.
For this go to app/manifest/AndroidManifest.xml
The activity containing the followings tags is the launcher activity:
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
Indeed, to change the launcher activity, copy paste it to the activity you want to try, and delete it from the original activity.
Note : If 2 activity have this tags, this is the activityt the higher in the file that is gonna launch.
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -7,6 +7,7 @@
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ExecutionTargetManager" SELECTED_TARGET="Nexus_5X_API_29_x86" />
<component name="ExternalProjectsData">
<projectState path="$PROJECT_DIR$">
<ProjectState />
......@@ -19,7 +20,11 @@
</state>
</system>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
</component>
<component name="ProjectId" id="1diupJTr0uHatMoerhH8w6jQJWB" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment