Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Stress_detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Himali Aryal
Stress_detection
Merge requests
!1
added diary, emoji, image, sensor data, stress scalar
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
added diary, emoji, image, sensor data, stress scalar
diary_entry
into
master
Overview
0
Commits
3
Pipelines
0
Changes
33
Merged
Himali Aryal
requested to merge
diary_entry
into
master
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
33
0
0
Merge request reports
Compare
master
version 3
406c1490
4 years ago
version 2
73adbfbe
4 years ago
version 1
73adbfbe
4 years ago
master (base)
and
latest version
latest version
c1118e32
3 commits,
4 years ago
version 3
406c1490
2 commits,
4 years ago
version 2
73adbfbe
1 commit,
4 years ago
version 1
73adbfbe
1 commit,
4 years ago
33 files
+
2306
−
220
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
33
android/app/src/main/AndroidManifest.xml
+
7
−
1
View file @ c1118e32
Edit in single-file editor
Open in Web IDE
Show full file
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.flutter_app"
>
package=
"com.example.flutter_app"
xmlns:tools=
"http://schemas.android.com/tools"
>
<uses-permission
android:name=
"android.permission.PACKAGE_USAGE_STATS"
tools:ignore=
"ProtectedPermissions"
/>
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
Loading