Skip to content

Commit

Permalink
fix(android): remove READ_PHONE_STATE permission (#232)
Browse files Browse the repository at this point in the history
* android: remove READ_PHONE_STATE permission
* remove empty line at beginning of file

Co-authored-by: Jan Piotrowski <[email protected]>
  • Loading branch information
adriano-di-giovanni and janpio authored Apr 27, 2022
1 parent e4de635 commit baf2d78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
</config-file>

<source-file src="src/android/AudioHandler.java" target-dir="src/org/apache/cordova/media" />
Expand Down

0 comments on commit baf2d78

Please sign in to comment.