import {useCallback} from 'react' import {ScrollView} from 'react-native' import * as Layout from '#/components/Layout' import {useSetTitle} from '#/lib/hooks/useSetTitle' import {atoms as a, useTheme} from '#/alf' import {Text} from '#/components/Typography' export function PrivacyPolicyScreen() { useSetTitle('Privacy Policy') const t = useTheme() return ( Privacy Policy Data Collection syu.is collects minimal data necessary to provide the service. This includes your account information, posts, and interactions on the AT Protocol network. Data Storage Your data is stored on the AT Protocol network. Posts and profile information are public by default as part of the decentralized social network. Third Parties We do not sell your personal information to third parties. Your data may be visible to other users and services on the AT Protocol network. Contact For privacy-related questions, please contact the administrator. 日本語 syu.isはサービス提供に必要な最小限のデータのみを収集します。投稿やプロフィール情報はAT Protocolネットワーク上で公開されます。個人情報を第三者に販売することはありません。 Last updated: 2026 ) }