Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit a56a4bd5
authored
2026-03-10 13:52:04 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
版本和权限配置
1 parent
f2e05aed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
android/app/src/main/AndroidManifest.xml
lib/config/constant.dart
android/app/src/main/AndroidManifest.xml
View file @
a56a4bd
...
...
@@ -10,10 +10,10 @@
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<
!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />--
>
<
!--<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />--
>
<
uses-permission
android:name=
"android.permission.ACCESS_FINE_LOCATION"
/
>
<
uses-permission
android:name=
"android.permission.ACCESS_COARSE_LOCATION"
/
>
<!--<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />-->
<
!--<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />--
>
<
uses-permission
android:name=
"android.permission.FOREGROUND_SERVICE_LOCATION"
/
>
<uses-permission
android:name=
"android.permission.READ_MEDIA_IMAGES"
/>
<uses-permission
android:name=
"android.permission.READ_MEDIA_VIDEO"
/>
...
...
lib/config/constant.dart
View file @
a56a4bd
...
...
@@ -53,7 +53,7 @@ class Constant {
static
const
String
appVersion
=
EnvConfig
.
version
;
/// H5的起始终最低版本号规则
static
String
h5Version
=
'0.
1
.6'
;
static
String
h5Version
=
'0.
2
.6'
;
/// H5的版本号存储的key
static
const
String
h5VersionKey
=
'h5_version'
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment