Skip to content

Commit

Permalink
Remove unnecessary storage access from 3 samples:
Browse files Browse the repository at this point in the history
  Moreteapot
  teapot
  native-media
  • Loading branch information
ggfan committed May 16, 2016
1 parent 05708a4 commit ed8c6bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion MoreTeapots/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:versionName="1.0" >

<uses-feature android:glEsVersion="0x00020000"></uses-feature>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
<application
android:allowBackup="false"
android:fullBackupContent="false"
Expand Down
1 change: 0 additions & 1 deletion Teapot/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:versionName="1.0" >

<uses-feature android:glEsVersion="0x00020000"></uses-feature>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>

<application
android:allowBackup="false"
Expand Down
1 change: 0 additions & 1 deletion native-media/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<uses-feature android:glEsVersion="0x00020000" />
<!-- INTERNET is needed to use a URI-based media player, depending on the URI -->
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"></uses-permission>
<application android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit ed8c6bf

Please sign in to comment.