Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 988c4d1a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 2005 into donut

* changes:
  Added the write sdcard permission so that the mediarecorder test can write the new recorded video into sdcard.
parents 3e458241 f30c700e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.WRITE_SDCARD" />
    <application>    
        <uses-library android:name="android.test.runner" />
        <activity android:label="@string/app_name"