V1.0.0(5) 更新隐私链接

This commit is contained in:
lihongwei 2024-09-25 17:36:09 +08:00
parent c0f62a21f1
commit 7fbf721bce
7 changed files with 75 additions and 38 deletions

View File

@ -1,7 +1,14 @@
import java.util.Date
import java.text.SimpleDateFormat
plugins {
alias(libs.plugins.android.application)
}
val timestamp = SimpleDateFormat("MM_dd_HH_mm").format(Date())
android {
namespace = "com.sound.prankparty"
compileSdk = 34
@ -18,6 +25,8 @@ android {
versionName = "1.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "Photography Wallpaper_V" + versionName + "(${versionCode})_$timestamp")
}
buildTypes {

BIN
app/prankparty.jks Normal file

Binary file not shown.

View File

@ -18,4 +18,26 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
# 保持数据库类及其成员不被混淆
-keep class com.sound.prankparty.Room.AppDatabase { *; }
-keepclassmembers class com.sound.prankparty.Room.AppDatabase { *; }
# 保持 SaveSounds FavoriteSounds 实体类及其成员不被混淆
-keep class com.sound.prankparty.Room.SaveSounds { *; }
-keep class com.sound.prankparty.Room.FavoriteSounds { *; }
# 保持 SaveSoundsDao FavoriteSoundsDao 接口及其方法不被混淆
-keep interface com.sound.prankparty.Room.SaveSoundsDao { *; }
-keep interface com.sound.prankparty.Room.FavoriteSoundsDao { *; }
# 保持与 Room 相关的 @Query 注解的方法
-keepclassmembers class * {
@androidx.room.Query <methods>;
}
# 额外的保留规则,确保任何使用 Room 的地方都能正常工作
-keep class androidx.room.** { *; }
-dontwarn javax.annotation.Nullable

View File

@ -42,7 +42,7 @@
android:name=".Activity.MainActivity"
android:exported="false" />
<activity
android:name=".Activity.SplashActivity"
android:name="com.sound.prankparty.Activity.SplashActivity"
android:exported="true"
android:theme="@style/Theme.StartUp">
<intent-filter>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
@ -8,50 +9,44 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
margin: 20px;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-radius: 8px;
}
h1, h2 {
h1, h2, h3 {
color: #333;
}
h2 {
margin-top: 20px;
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0;
padding-left: 20px;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Date:</strong> August 9, 2024</p>
<p>We provide this Privacy Policy to help you understand how we collect, use, and disclose information, including what you may provide to us or that we obtain from our products and services. We treat your privacy very seriously. Your privacy is important to us.</p>
<p>This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.</p>
<p>If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that We collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.</p>
<p>The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at unless otherwise defined in this Privacy Policy.</p>
<h2>Information Collection and Use</h2>
<p>For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, such as users' name, address, location, pictures, etc. The information that we request will be retained on your device and is not collected or retained by us in any way and used as described in this privacy policy.</p>
<p>For a better experience, while using our Service, We may require you to provide us with certain personally identifiable information add whatever else you collect here, e.g. users name, address, location, pictures The information that We request will be retained on your device and is not collected in any way retained by us and used as described in this privacy policy.</p>
<p>The app does use third-party services that may collect information used to identify you.</p>
<p>Please refer to the privacy policy of the third-party service provider used by the application:</p>
<h3>Link to the privacy policy of third-party service providers used by the app</h3>
<ul>
<li>Google Play Services</li>
<li>AdMob</li>
<li>Google Analytics for Firebase</li>
<li>Firebase Crashlytics</li>
<li>Flurry Analytics</li>
<li>Unity</li>
<li>AppLovin</li>
<li>Pangle</li>
<li>Mintegral</li>
<li>Bigo</li>
<li>Ironsource</li>
<li>Vungle</li>
</ul>
<h2>Log Data</h2>
<p>We want to inform you that whenever you use our Service, in case of an error in the app, we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics.</p>
<p>We want to inform you that whenever you use our Service, in a case of an error in the app We collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics.</p>
<h2>Cookies</h2>
<p>Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory.</p>
@ -60,27 +55,28 @@
<h2>Service Providers</h2>
<p>We may employ third-party companies and individuals due to the following reasons:</p>
<ul>
<li>To facilitate our Service</li>
<li>To provide the Service on our behalf</li>
<li>To perform Service-related services</li>
<li>To assist us in analyzing how our Service is used</li>
<li>To facilitate our Service;</li>
<li>To provide the Service on our behalf;</li>
<li>To perform Service-related services; or</li>
<li>To assist us in analyzing how our Service is used.</li>
</ul>
<p>We want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.</p>
<h2>Security</h2>
<p>We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.</p>
<p>We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and We cannot guarantee its absolute security.</p>
<h2>Links to Other Sites</h2>
<p>This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.</p>
<p>This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, We strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.</p>
<h2>Childrens Privacy</h2>
<p>These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case we discover that a child under 13 has provided us with personal information, we will immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact us so that we will be able to take the necessary actions.</p>
<p>These Services do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age. In the case We discover that a child under 13 has provided us with personal information, We immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact us so that We will be able to do the necessary actions.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page.</p>
<h2>Privacy Questions</h2>
<p>We may update the Privacy Policy from time to time. When we change the policy in a material way, a notice will be posted on our website along with the updated Privacy Policy.</p>
<p>If you have any questions or concerns about our Privacy Policy or data processing, please contact us: <a href="elizavetasalutina@gmail.com">elizavetasalutina@gmail.com</a>.</p>
<p>This policy is effective as of 2024-09-25</p>
<h2>Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at <a href="mailto:angiewiles2@gmail.com">angiewiles2@gmail.com</a>.</p>
</body>
</html>

View File

@ -12,7 +12,8 @@ import com.sound.prankparty.databinding.ActivitySplashBinding;
public class SplashActivity extends AppCompatActivity {
private static final int SPLASH_TIME_OUT = 5000;
private static final int SPLASH_TIME_OUT = 3000; // Splash持续时间
private static final int PROGRESS_MAX = 100; // 进度条最大值
private ActivitySplashBinding binding;
@Override
@ -24,7 +25,9 @@ public class SplashActivity extends AppCompatActivity {
// 使用 ViewBinding 引用 progressBar
ProgressBar progressBar = binding.progressBar;
progressBar.setMax(PROGRESS_MAX); // 设置进度条最大值
// Handler处理跳转
new Handler(Looper.getMainLooper()).postDelayed(() -> {
Intent intent = new Intent(SplashActivity.this, MainActivity.class);
startActivity(intent);
@ -33,11 +36,12 @@ public class SplashActivity extends AppCompatActivity {
// 进度条进展
new Thread(() -> {
for (int i = 0; i <= 100; i++) {
for (int i = 0; i <= PROGRESS_MAX; i++) {
final int progress = i;
runOnUiThread(() -> progressBar.setProgress(progress));
try {
Thread.sleep(50);
// 这里的计算使得进度条在3秒内完成
Thread.sleep(SPLASH_TIME_OUT / PROGRESS_MAX);
} catch (InterruptedException e) {
e.printStackTrace();
}

6
keystore.properties Normal file
View File

@ -0,0 +1,6 @@
app_name=PrankParty
package_name=com.sound.prankparty
keystoreFile=app/prankparty.jks
key_alias=prankpartykey0
key_store_password=prankparty
key_password=prankparty