stripe kill me

This commit is contained in:
Hitesh Ale
2023-02-26 14:17:19 -05:00
parent d053a0bdaf
commit 60aee74146
11 changed files with 200 additions and 4 deletions

View File

@@ -1,5 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.ruswipeshare">
<queries>
<!-- If your app checks for SMS support -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https:" />
</intent>
</queries>
<uses-permission android:name="android.permission.INTERNET" />
<application