-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add packages in google.json #42
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: blitziak <[email protected]>
forgot to add something Signed-off-by: blitziak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have lots of issues in your list, so I'm not commenting them individually:
- You suggestions are wrong as per our rules. Please read the README sections thoroughly before adding suggestions.
- Description section is for useful information regarding the app and its behaviour, and can use first or third-person in either active or passive voice. It cannot use second person or imperative sentences. It also cannot be used to suggest stuffs to the user as we have a separate section for it.
- The
ID
must be in alphabetical order.
fixed almost(or all) issues and added some packages to google.json Signed-off-by: blitziak <[email protected]>
some packages Signed-off-by: blitziak <[email protected]>
Added more found packages on pixel phones Signed-off-by: blitziak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a review for you. As usual, the id
s aren't in alphabetical order which is required as per instructions. Thanks.
google.json
Outdated
@@ -1093,7 +1270,6 @@ | |||
}, | |||
{ | |||
"id": "com.google.android.setupwizard.a_overlay", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
is a required field.
}, | ||
{ | ||
"id": "com.google.android.overlay.modules.permissioncontroller.forframework", | ||
"label": "com.google.android.overlay.modules.permissioncontroller.forframework", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
is a required field.
}, | ||
{ | ||
"id": "com.google.android.overlay.modules.permissioncontroller", | ||
"label": "com.google.android.overlay.modules.permissioncontroller", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
is a required field.
google.json
Outdated
"label": "com.google.android.overlay.modules.permissioncontroller", | ||
"description": "Permission controller Theme pack. Guessing it's a pack of themes for the Permission Controller based on the name.", | ||
"removal": "caution" | ||
"description": "I only detect on this app: help_app_permissions https://support.google.com/googleplay/answer/6270602\nIt looks very useless.\nNot needed, it doesnt affect on (com.google.android.permissioncontroller)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link goes to web
field.
google.json
Outdated
}, | ||
{ | ||
"id": "com.google.android.overlay.permissioncontroller", | ||
"description": "I only detect on this app: help_app_permissions https://support.google.com/googleplay/answer/6270602\nIt looks very useless.\nNot needed, it doesnt affect on (com.google.android.permissioncontroller)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link goes to web
field
google.json
Outdated
"removal": "delete" | ||
}, | ||
{ | ||
"id": "com.google.android.overlay.settingsProvider", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
missing.
google.json
Outdated
}, | ||
{ | ||
"id": "com.google.android.overlay.gmsconfig", | ||
"description": "Useless configurations about webview, wifi and bluethooth to scan for better location.\neverything works without it.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
missing.
google.json
Outdated
{ | ||
"id": "com.google.android.captiveportallogin", | ||
"label": "CaptivePortalLogin", | ||
"description": "Its the same as(com.android.captiveportallogin). Support for captive portal.\nA captive portal login is a web page where the users have to input their login information or accept the displayed terms of use. \nSome networks (typically public wifi network) use the captive portal login to block access until the user inputs \nsome necessary information\nNOTE : This package is a now a mandatory mainline module", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description is in violation with removal
. It says mandatory but removal says replaceable.
google.json
Outdated
}, | ||
{ | ||
"id": "com.google.audio.hearing.visualization.accessibility.scribe", | ||
"description": "Live Transcribe & Notification", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
missing.
google.json
Outdated
}, | ||
{ | ||
"id": "com.google.android.apps.security.securityhub", | ||
"description": "Security Hub", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
missing.
Sorted ID also added label missing, (did everything what suggested and removed duplicated packages) maybe better stay on "replace" for mainline telemetry and adservices because it has something to security. (I know that google problably maded it for more spying but not confirmed by checking code) I think at this point we are done Signed-off-by: blitziak <[email protected]>
Moved some apps to AOSP because they are from aosp Signed-off-by: blitziak <[email protected]>
continuation of my lists.