mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 03:35:58 +00:00
Make perf builds profileable.
This commit is contained in:
committed by
Alex Hart
parent
372dd13eba
commit
c165636180
8
app/src/perf/AndroidManifest.xml
Normal file
8
app/src/perf/AndroidManifest.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.thoughtcrime.securesms">
|
||||
|
||||
<application>
|
||||
<profileable android:shell="true" />
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user