kl_common.xml 8.3 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/kltransparent_background"
    android:gravity="center"
    android:orientation="vertical">

    <LinearLayout
        android:id="@+id/kl_main_view"
        android:layout_width="330dp"
        android:layout_height="300dp"
        android:background="@drawable/klbgshape"
        android:orientation="vertical">

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="36dp"
            android:background="@drawable/klshape_bule_top"
            android:orientation="horizontal">

            <TextView
                android:id="@+id/kl_title_tv"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerInParent="true"
                android:text="游戏用户协议与隐私政策"
                android:textColor="@color/klfont_white"
                android:textSize="17sp" />

        </RelativeLayout>

        <ScrollView
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="9">

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:orientation="vertical">

                <TextView
                    android:id="@+id/kl_tip_extra"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="22dp"
                    android:layout_marginTop="10dp"
                    android:layout_marginRight="22dp"
                    android:gravity="left"
                    android:text=".为提供本产品的基本服务,我们需要联网以及调用如下权限,部分权限会收集个人信息:\n\n.获取设备识别码:用于用户安卓统计、区分用户来源。\n
.读写存储权限:用于图片下载到本地、分享功能。\n.访问定位权限:用于提供更好的定制化体验。\n\n.在注册或登录过程中,我们还会收集您的设备标识符(如:UUID、IMEI、SN、MACICCID
、硬件序列号、Android id)、设备信息、运营商网络信息(如:IMSI)、大致位置信息以及浏览器设置信息。\n\n.用于在使用快捷登录,使用手机号一键登录,我们会收集您的MEID、SIM卡信息\n\n我们收集个人信息的目的、方式和范围如下:\n\n
1.帮助您完成注册、登录
1.1当您注册、登录我们及相关服务时,您可以通过手机号创建账号,并且您可以完善相关的网络身份识别信息(头像、昵称、密码),收集这些信息是为了帮助您完成注册。您还可以根据自身需求选择填写个人介绍、昵称等信息来完善您的信息。
1.2您也可以使用第三方账号登录并使用,您将授权我们获取您在第三方平台注册的公开信息(头像、昵称以及您授权的其他信息),用于与我们账号绑定,使您可以直接登录并使用本产品和相关服务。
2.资讯浏览
2.1用于信息展示的日志信息包括:
您操作、使用的行为信息:点击、关注、收藏、搜索、浏览、分享
您主动提供的信息:反馈、发布、点赞、评论
3.为您提供发布与互动服务
3.1信息发布
a.您发布内容、评论、提问或回答时,我们将收集您发布的信息,并展示您的昵称、头像、发布内容。
b.您使用上传图片功能时,我们会请求您授权相机、照片、麦克风权限。您如果拒绝授权提供,将无法使用此功能,但不影响您正常使用我们的其他功能。
c.用户因使用我们的产品或者服务而被我们收集的信息,例如其他用户发布的信息中可能含有您的部分信息(如:在评论、留言中涉及到与您相关的信息)。
3.2互动交流
a.您主动关注您感兴趣的账号、话题并与之进行互动,进行浏览、评论、收藏、点赞或分享内容时,我们会收集您关注的账号,并向您展示您关注账号发布内容。
4.为您提供搜索服务
您使用我们的搜索服务时,我们会收集您的搜索关键字信息、日志记录。为了提供高效的搜索服务,部分前述信息会暂时存储在您的本地存储设备之中,并可向您展示搜索结果内容、搜索历史记录。
5.安全运行
5.1安全保障功能
我们致力于为您提供安全、可信的产品与使用环境,提供优质而可靠的服务是我们的核心目标。为实现安全保障功能所收集的信息是必要信息。
5.2设备信息与日志信息
a.为了保障软件与服务的安全运行,我们会收集您的硬件型号、操作系统版本号、国际移动设备识别码、唯一设备标识符、网络设备硬件地址(如:MAC地址 等)、IP地址、软件版本号、网络接入方式、类型、状态、网络质量数据、操作、使用、服务日志。
b.为了预防恶意程序及安全运营所必需,我们会收集安装的应用信息或正在运行的进程信息、应用程序的总体运行、使用情况与频率、应用崩溃情况、总体安装使用情况、性能数据、应用来源。
c.我们可能使用您的账户信息、设备信息、服务日志信息以及我们关联公司、合作方在获得您授权或依法可以共享的信息,用于判断账户安全、进行身份验证、检测及防范安全事件。"

                    android:lineSpacingExtra="5dp"
                    android:scrollHorizontally="false"
                    android:singleLine="false"
                    android:textColor="@color/color_333333"
                    android:textSize="12sp" />

                <TextView
                    android:id="@+id/kl_tip_tv"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="22dp"
                    android:layout_marginTop="10dp"
                    android:layout_marginRight="22dp"
                    android:gravity="left"
                    android:inputType="textMultiLine"
                    android:lineSpacingExtra="5dp"
                    android:scrollHorizontally="false"
                    android:singleLine="false"
                    android:textColor="@color/color_333333"
                    android:textSize="12sp" />

                <!--                <WebView-->
                <!--                    android:id="@+id/prolicy_webview"-->
                <!--                    android:layout_width="match_parent"-->
                <!--                    android:layout_height="wrap_content" />-->


            </LinearLayout>
        </ScrollView>

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="2"
            android:layout_marginLeft="25dp"
            android:layout_marginTop="10dp"
            android:layout_marginRight="25dp"
            android:layout_marginBottom="13dp"
            android:orientation="horizontal">

            <TextView
                android:id="@+id/kl_cancel_tv"
                android:layout_width="0dp"
                android:layout_height="32dp"
                android:layout_gravity="center"
                android:layout_marginRight="12dp"
                android:layout_weight="1"
                android:background="@drawable/klshape_stroke_bule"
                android:gravity="center"
                android:text="取消"
                android:textColor="@color/other_skin"
                android:textSize="14sp" />

            <TextView
                android:id="@+id/kl_submit_tv"
                android:layout_width="0dp"
                android:layout_height="32dp"
                android:layout_gravity="center"
                android:layout_weight="1"
                android:background="@drawable/klorange_btn_style"
                android:gravity="center"
                android:text="确定"
                android:textColor="@color/klfont_white"
                android:textSize="14sp" />

        </LinearLayout>

    </LinearLayout>

</LinearLayout>