Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Android Security Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cedric SALETTE
Android Security Package
Commits
8f99492b
Commit
8f99492b
authored
4 years ago
by
Cedric-Salette
Browse files
Options
Downloads
Patches
Plain Diff
README update.
parent
ec079ccb
Branches
yassine
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+16
-0
16 additions, 0 deletions
README.md
app/.idea/vcs.xml
+6
-0
6 additions, 0 deletions
app/.idea/vcs.xml
app/.idea/workspace.xml
+5
-0
5 additions, 0 deletions
app/.idea/workspace.xml
with
27 additions
and
0 deletions
README.md
+
16
−
0
View file @
8f99492b
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.
This diff is collapsed.
Click to expand it.
app/.idea/vcs.xml
0 → 100644
+
6
−
0
View file @
8f99492b
<?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
This diff is collapsed.
Click to expand it.
app/.idea/workspace.xml
+
5
−
0
View file @
8f99492b
...
...
@@ -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"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment