Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
pkg info: skip overlayTarget + overlayCategory to avoid Oops (Pie and…
Browse files Browse the repository at this point in the history
… up)
  • Loading branch information
IzzySoft committed Jun 26, 2020
1 parent f0b714f commit c1e291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packagedata.lib
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ getAppDetails() {
local tmpstring=""
local regex
local appCategory=(game audio video image social news maps productivity) # https://developer.android.com/reference/android/R.attr.html#appCategory
local P_SKIP=(sharedUser pkg resourcePath nativeLibraryPath targetSdk timeStamp signatures permissionsFixed installPermissionsFixed pkgFlags pkgFlagsEx applicationInfo dexTimeStamp)
local P_SKIP=(sharedUser pkg resourcePath nativeLibraryPath targetSdk timeStamp signatures permissionsFixed installPermissionsFixed pkgFlags pkgFlagsEx applicationInfo dexTimeStamp overlayTarget overlayCategory)
declare -A PK_CODEPATH
declare -A PK_VERSION
declare -A PK_VERSIONCODE
Expand Down

0 comments on commit c1e291b

Please sign in to comment.