blob: ee04d1d039ddd783e618c34ecedefe471f011638 (
plain)
1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.SET_DEBUG_APP" />
</manifest>
|