更改隐私政策

hmxc
张萌 3 years ago
parent 5785f00245
commit f87abb7707

@ -4,10 +4,13 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application android:name="io.flutter.app.FlutterApplication" android:label="小蜜蜂智慧小区管家端" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true">
<application android:name="io.flutter.app.FlutterApplication" android:label="小蜜蜂智慧小区管家端"
android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true">
<service android:name="com.amap.api.location.APSService"/>
<meta-data android:name="com.amap.api.v2.apikey" android:value="01b4902aa29bd50ae71ccc2c920ceb10"/>
<activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
<activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
@ -18,7 +21,8 @@
screen fades out. A splash screen is useful to avoid any visual
gap between the end of Android's launch screen and the painting of
Flutter's first frame. -->
<meta-data android:name="io.flutter.embedding.android.SplashScreenDrawable" android:resource="@drawable/launch_background" />
<meta-data android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
@ -55,4 +59,6 @@
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission-sdk-23 android:name="android.permission.ACCESS_FINE_LOCATION"/>
<!-- 读取手机IMEI的设备权限 -->
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
</manifest>

@ -35,6 +35,7 @@
14F672331E5943D83C113F31 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
36B722CE353764B6A5E21BE5 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
686A183B2716B3CC00B82E2F /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
6C87529B7C63E61100F93BB8 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@ -112,6 +113,7 @@
97C146F01CF9000F007C117D /* Runner */ = {
isa = PBXGroup;
children = (
686A183B2716B3CC00B82E2F /* Runner.entitlements */,
97C146FA1CF9000F007C117D /* Main.storyboard */,
97C146FD1CF9000F007C117D /* Assets.xcassets */,
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
@ -372,6 +374,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = R45ZDS6S92;
ENABLE_BITCODE = NO;
@ -502,6 +505,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = R45ZDS6S92;
ENABLE_BITCODE = NO;
@ -526,6 +530,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = R45ZDS6S92;
ENABLE_BITCODE = NO;

@ -28,31 +28,31 @@
<true/>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>we need music access rights.</string>
<string>请允许访问,否则无法在小蜜蜂社区中发送及保存照片.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>we need bluetooth access rights</string>
<string>我们需要访问蓝牙,以连接蓝牙设备</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>we need bluetooth access rights</string>
<string>我们需要访问蓝牙,以连接蓝牙设备</string>
<key>NSCalendarsUsageDescription</key>
<string>we need calendar access rights.</string>
<string>请允许访问,否则无法查看您每日的浏览记录</string>
<key>NSCameraUsageDescription</key>
<string>we need camera access rights.</string>
<string>我们需要访问您的相机,用于上传报修情况等相关功能</string>
<key>NSContactsUsageDescription</key>
<string>we need contact access rights.</string>
<string>我们需要访问您的通讯录,获取通讯录信息.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>we need location access rights.</string>
<string>请允许访问,否则无法在小蜜蜂社区中使用商家服务、本地生活、发送地理位置等定位相关功能.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>we need location access rights.</string>
<string>获取定位权限: 小蜜蜂社区会在一键报警,查看物流等服务中使用您的位置信息.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>we need location access rights.</string>
<string>获取定位权限: 小蜜蜂社区会在一键报警,查看物流等服务中使用您的位置信息.</string>
<key>NSMotionUsageDescription</key>
<string>we need motion access rights.</string>
<string>同步健康数据到App.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>we need photo access rights.</string>
<string>我们需要访问您的照片,用于上传报修状况等相关功能</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>we need photo access rights.</string>
<string>我们需要访问您的照片,用于上传报修状况等相关功能</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>we need speech recognition access rights.</string>
<string>请允许访问,否则无法将语音消息转换为文字.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>

@ -1,12 +1,10 @@
// Flutter imports:
// Project imports:
import 'package:aku_community_manager/ui/widgets/common/aku_scaffold.dart';
import 'package:flutter/material.dart';
// Package imports:
import 'package:flutter_screenutil/flutter_screenutil.dart';
// Project imports:
import 'package:aku_community_manager/ui/widgets/common/aku_scaffold.dart';
class PrivacyPage extends StatelessWidget {
const PrivacyPage({Key? key}) : super(key: key);
@ -20,8 +18,105 @@ class PrivacyPage extends StatelessWidget {
children: [
Text(
'''
APPAPP便使使
20209
2020V2
使APP 使APP使 使使 //()
1.1
使使
2.1
APP线
2.2
2.2.1 使
2.2.2 iOSandroid
2.3
2.3.1 使使
2.3.2 使使
3.1
3.2 使
4.1
4.2
4.3
4.4 使
5.1
5.2
5.3 使
6.1
6.2 使使使
6.3
6.4 访使
6.5
7.1 使
7.1.1 使使 7.1.2 使使使使 7.1.3 怀使
7.2
7.2.1 使
7.2.2
7.2.2.1
7.2.2.2
7.2.2.3 使
7.2.3 使
7.2.3.1
7.2.3.2
7.2.3.3 使访
7.2.3.4
7.2.3.5 线线
7.2.4 14
7.2.5 ;
7.3
7.3.1 使
8.1
8.1.1
8.1.1.1
8.1.1.2
8.1.1.3
8.1.1.4 广
8.1.1.5
8.2 使
使
8.2.1
8.2.2
8.2.3 使
8.2.4 使/
8.2.5
8.2.6 使
8.2.7
8.2.8
8.3
使
8.3.1
8.3.2
8.3.3
8.3.4
8.3.5 广广
8.3.6
8.3.7
8.3.8
8.4
使
8.5
8.5.1 使
8.5.2
8.5.3
9.1 9.2
10.1 访使 10.2 使 10.3 使 10.4 10.5
11.1 使使使 11.2 使使 11.3 使
12.1 APP---APP 1APP 2/ 使访使
12.20574-87760023
便使使
1.
2.使
3.
@ -30,95 +125,119 @@ class PrivacyPage extends StatelessWidget {
6.
7.
8.
1.
1.1
APP使APP便访
APP使APP便访
1.2
APPAPP使APP使
APP使使APPAPP使APP
使使
APPAPP使APP使 APP使使APPAPP使APP 使使
使
/ 使使
使使
使使使
访 使访访访访访访访访访访
使使使
使
使使使
/ 使
使
使
/ 使
使
使
使
使使
使
使使
/ 使使使
使,
使,
使,
访使
访使
使访
使访
使访
使访
使访
使访
使访
使访
使访
使访
使访
访
访
访
访
访
(iOS) 访
/ 使访
使
/
使使
使使
使使使
访
使访访访访访访访访访访
使使使
使
使使使
/
使
使
使使使
使
/
使
使
使
使
ETC
使ETC
使使 使使
使
使,
访使
访使 使访 使访 使访 使访 使访 使访 使访 使访 使访 使访 访 访 访 访 访
1.3
APPAPP
使访
APPAPP 使访
1.4
1.5
便使APPID访
便使APPID访
2.使
2.1 
2.2 APP使使使APPAPP使
2.1
2.2 APP使使使APPAPP使
3.
3.1 
3.2 
3.1
3.2
4.
便
app
便 app
5.
访使APP
APP
使
线APP
访使APP APP 使 线APP
6.
6.1 APP访
6.2 
6.1 APP访
6.2
7.
APP18使APPAPP使8
APP18使APPAPP使8
8.
johnson.yang@akuhome.com
20201020
xin@akuhome.com
9.使
9.1. 使使/使
9.2. 使//使/使
9.3. //使/使
9.4. 使
9.4.1
1 使/
2 使
9.4.2
1 使
10.
访使
10.1. 访
10.1.1 访
10.1.2 使使稿
10.1.3 访
10.2. /
//
10.3. /////-
10.4. 使线///
3.
3.1
3.2
1
2 使
3
4
5
4.
使App/
5.
线使使
使/APP-
''',
style: Theme.of(context).textTheme.subtitle1,
),

@ -1,11 +1,4 @@
// Flutter imports:
import 'package:aku_community_manager/ui/widgets/common/aku_button.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:provider/provider.dart';
// Project imports:
import 'package:aku_community_manager/const/resource.dart';
import 'package:aku_community_manager/provider/user_provider.dart';
@ -14,6 +7,11 @@ import 'package:aku_community_manager/ui/login/login_page.dart';
import 'package:aku_community_manager/ui/settings/settings_page.dart';
import 'package:aku_community_manager/ui/settings/user_info_page.dart';
import 'package:aku_community_manager/ui/widgets/app_widgets/aku_avatar.dart';
import 'package:aku_community_manager/ui/widgets/common/aku_button.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:provider/provider.dart';
class PersonalDraw extends StatefulWidget {
PersonalDraw({Key? key}) : super(key: key);
@ -125,7 +123,7 @@ class _PersonalDrawState extends State<PersonalDraw> {
: Get.to(() => LoginPage());
},
),
_myListTile(R.ASSETS_USER_IC_KEFU_PNG, '联系客服'),
// _myListTile(R.ASSETS_USER_IC_KEFU_PNG, '联系客服'),
_myListTile(R.ASSETS_USER_IC_SETUP_PNG, '设置', onPressed: () {
Get.to(() => SettingsPage());
}),

@ -33,7 +33,7 @@ class _AkuButtonState extends State<AkuButton> {
Widget build(BuildContext context) {
return isIOS
? AkuCupertinoButton(
onPressed: widget.onPressed!,
onPressed: widget.onPressed ?? () {},
child: widget.child,
radius: widget.radius,
minHeight: widget.height,

@ -3,7 +3,7 @@ description: A new Flutter application.
publish_to: "none"
version: 1.8.1-dev+15
version: 1.8.2-dev+16
environment:
sdk: '>=2.12.0 <3.0.0'

Loading…
Cancel
Save