Skip to content

Commit

Permalink
Update Manifest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander0542 committed Nov 17, 2017
1 parent ba5b29c commit 916d4e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/ApkParser/Manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public function __toString()
'UNINSTALL_SHORTCUT' => 'Allows an application to uninstall a shortcut in Launcher',
'UPDATE_DEVICE_STATS' => 'Allows an application to update device statistics.',
'USE_CREDENTIALS' => 'Allows an application to request authtokens from the AccountManager',
'USE_FINGERPRINT' => 'Allows an app to use fingerprint hardware',
'USE_SIP' => 'Allows an application to use SIP service',
'VIBRATE' => 'Allows access to the vibrator',
'WAKE_LOCK' => 'Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming',
Expand Down Expand Up @@ -1084,6 +1085,12 @@ public function __toString()
'warning' => false,
'danger' => false,
),
'USE_FINGERPRINT' =>
array(
'cost' => false,
'warning' => false,
'danger' => false,
),
'USE_SIP' =>
array(
'cost' => false,
Expand Down Expand Up @@ -1187,4 +1194,4 @@ public function __toString()
'danger' => false,
),
);
}
}

0 comments on commit 916d4e8

Please sign in to comment.