Commit 08ef2ce 1 parent 0674932 commit 08ef2ce Copy full SHA for 08ef2ce
File tree 2 files changed +2
-3
lines changed
java/xyz/zedler/patrick/grocy/unlock
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 29
29
android : theme =" @style/Theme.AppCompat" >
30
30
31
31
<activity
32
- android : name =" .MainActivity "
32
+ android : name =" .CheckActivity "
33
33
android : exported =" true" >
34
34
35
35
<intent-filter >
Original file line number Diff line number Diff line change 19
19
20
20
package xyz .zedler .patrick .grocy .unlock ;
21
21
22
- import android .content .pm .PackageManager .NameNotFoundException ;
23
22
import android .os .Build ;
24
23
import android .os .Bundle ;
25
24
import androidx .annotation .Nullable ;
26
25
import androidx .appcompat .app .AppCompatActivity ;
27
26
28
- public class MainActivity extends AppCompatActivity {
27
+ public class CheckActivity extends AppCompatActivity {
29
28
30
29
private final static int PURCHASED = 1 ;
31
30
private final static int NOT_PURCHASED = 0 ;
You can’t perform that action at this time.
0 commit comments