Skip to content

Commit

Permalink
Update prominent disclosure
Browse files Browse the repository at this point in the history
> APK HAS A PROMINENT DISCLOSURE BUT THE DISCLOSURE IS NOT ADEQUATE
> Your app is uploading users' Installed Application information without an adequate disclosure.
  • Loading branch information
d4rken committed Jul 6, 2023
1 parent 4dae873 commit fd9f046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/onboarding_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="32dp"
android:layout_marginTop="32dp"
android:text="@string/general_continue_action"
android:text="@string/general_accept_action"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<string name="general_show_action">Show</string>
<string name="general_open_action">Open</string>
<string name="general_continue_action">Continue</string>
<string name="general_accept_action">Accept</string>

<string name="upgrade_myperm_label">Upgrade Permission Pilot</string>
<string name="upgrade_myperm_description">Do you like that this app has no ads and doesn\'t collect your data?\nBuy the pro version to show your support!</string>
Expand Down Expand Up @@ -258,6 +259,6 @@
<string name="debug_debuglog_sensitive_information_message">This file contains sensitive information (e.g. your installed applications). Only share it with trusted parties.</string>
<string name="settings_debuglog_explanation">This feature records everything the app is doing into a shareable file. The generated file contains sensitive information (e.g. your installed applications). Only share it with trusted parties (e.g. the app developer if you are troubleshooting an issue together).</string>
<string name="onboarding_body1">This app helps you navigate installed applications and discover permissions.</string>
<string name="onboarding_body2">It accesses information about your installed applications and cross-references their permissions.</string>
<string name="onboarding_body3">Permission Pilot has no ads, no internet permission and does not collect data on you.</string>
<string name="onboarding_body2">Permission Pilot collects Installed Application information to enable listing your apps and cross-referencing their permissions when using this application.</string>
<string name="onboarding_body3">Permission Pilot has no ads, no internet permission and only processes data locally.</string>
</resources>

0 comments on commit fd9f046

Please sign in to comment.