This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Материнская плата ASUS PRIME Z370M-PLUS II, LGA 1151v2, Intel Z370, mATX, Ret | |
https://www.citilink.ru/catalog/1100967/ | |
CPU INTEL Core i5 8400, LGA 1151v2, OEM | |
https://www.citilink.ru/catalog/1030569/ | |
CPU Cooler DEEPCOOL Theta 21 PWM | |
https://www.citilink.ru/catalog/computers_and_notebooks/parts/coolers/668261/ | |
RAM CRUCIAL CT16G4DFD8266 DDR4 - 16Гб 2666, DIMM, Ret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ch.dotpay.skeleton.activity; | |
import android.Manifest; | |
import android.animation.Animator; | |
import android.app.Dialog; | |
import android.content.Intent; | |
import android.content.pm.PackageManager; | |
import android.os.Build; | |
import android.os.Bundle; | |
import android.os.Handler; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ch.dotpay.ui.settings.fragment; | |
import android.Manifest; | |
import android.content.pm.PackageManager; | |
import android.location.Geocoder; | |
import android.os.Build; | |
import android.os.Bundle; | |
import android.support.annotation.NonNull; | |
import android.support.annotation.Nullable; | |
import android.support.v4.app.ActivityCompat; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ch.dotpay.db.loader; | |
/** | |
* Created by gorodechnyj on 2/25/2016. | |
*/ | |
import android.content.ContentResolver; | |
import android.content.Context; | |
import android.database.Cursor; | |
import android.net.Uri; |