10 lines
208 B
XML
10 lines
208 B
XML
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
|
||
|
|
package="net.irext.webapi">
|
||
|
|
|
||
|
|
<application android:allowBackup="true" android:supportsRtl="true">
|
||
|
|
|
||
|
|
</application>
|
||
|
|
|
||
|
|
</manifest>
|