Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 68c1c0e

Browse files
committed
Add TODO on UserInfo and updated gitignore
1 parent c32bd85 commit 68c1c0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
/app/release/output.json
1616
/app/release/
1717
install.bat
18+
.idea/jarRepositories.xml

app/src/main/java/me/micrusa/amaztimer/utils/UserInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public UserInfo(Context paramContext) {
2525
ContentResolver contentResolver = paramContext.getContentResolver();
2626
Cursor cursor = null;
2727
try {
28+
// TODO: Fix permissions that this Uri requests
2829
cursor = contentResolver.query(Uri.parse("content://com.huami.watch.setup.usersettings"), null, null, null, null);
2930
} catch (Exception exception) {
3031
Log.e("AmazTimer: UserInfo", "Exception while getting UserInfo: " + exception.getMessage());

0 commit comments

Comments
 (0)