Skip to content

Commit fcb69d2

Browse files
Ashkan Aliabadifacebook-github-bot
authored andcommitted
Add android.permission.INTERNET permission to Android test_app. (#49996)
Summary: Pull Request resolved: #49996 According to section 5.2.1 of Snapdragon Profiler User Guide (https://developer.qualcomm.com/qfile/30580/snapdragon_profiler_user_guide_reva.pdf) OpenGL ES, Vulkan, and OpenCL apps must include android.permission.INTERNET in the app's AndroidManifest.xml to enable API tracing and GPU metrics. Test Plan: Imported from OSS Reviewed By: SS-JIA Differential Revision: D25809555 Pulled By: AshkanAliabadi fbshipit-source-id: c4d88a7ea98d9166efbc4157df7d822d99ba0df9
1 parent 473e78c commit fcb69d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

android/test_app/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@
1818
</application>
1919

2020
<uses-permission android:name="android.permission.CAMERA" />
21+
22+
<!--
23+
Permissions required by the Snapdragon Profiler to collect GPU metrics.
24+
-->
25+
<uses-permission android:name="android.permission.INTERNET" />
26+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
2127
</manifest>

0 commit comments

Comments
 (0)