File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
app/src/main/java/com/aaxena/takenotes Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
package com .aaxena .takenotes ;
2
2
3
- import androidx .appcompat .app .AppCompatActivity ;
3
+ import android .app .AlertDialog ;
4
+ import android .content .Context ;
5
+ import android .content .Intent ;
6
+ import android .content .SharedPreferences ;
7
+ import android .os .Bundle ;
8
+ import android .os .Vibrator ;
9
+ import android .widget .Button ;
10
+ import android .widget .EditText ;
11
+ import android .widget .Toast ;
4
12
5
- import android .app .AlertDialog ;
6
- import android .content .Context ;
7
- import android .content .DialogInterface ;
8
- import android .content .Intent ;
9
- import android .content .SharedPreferences ;
10
- import android .os .Bundle ;
11
- import android .os .Vibrator ;
12
- import android .text .TextUtils ;
13
- import android .widget .Button ;
14
- import android .widget .EditText ;
15
- import android .widget .Toast ;
13
+ import androidx .appcompat .app .AppCompatActivity ;
16
14
17
15
public class MyName extends AppCompatActivity {
18
16
public static final String SHARED_PREFS = "sharedPrefs" ;
You can’t perform that action at this time.
0 commit comments