|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="su.ktk.proekt2608">
|
|
|
-
|
|
|
+<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
<application
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
@@ -10,7 +10,7 @@
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/Theme.AppCompat.NoActionBar">
|
|
|
<activity android:name=".kyrs"></activity>
|
|
|
- <activity android:name=".proekt2" />
|
|
|
+ <activity android:name=".bank" />
|
|
|
<activity android:name=".MainActivity">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|